#15548a

Color #15548A Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #15548A

Tints of Bahama Blue #15548A

Color information

#15548A (or 0x15548A) is unknown color: approx Bahama Blue. HEX triplet: 15, 54 and 8A. RGB value is (21,84,138). Sum of RGB (Red+Green+Blue) = 21+84+138=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #15548A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15548A is #EAAB75. Grayscale: #474747. Windows color (decimal): -15379318 or 9065493. OLE color: 9065493.

HSL color Cylindrical-coordinate representation of color #15548A: hue angle of 207.69º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15548A is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2184138-
CMYK0.850.3900.46
HSL207.69º73.58%31.18%-
HSV(B)207.69º84.78%54.12%-
XYZ8.078.3425.23-
YUV71.32165.6392.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 8.64%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 138 (54.30% from 255) = 56.79%
R=8.64%
G=34.57%
B=56.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21841380.850.3900.46207.6973.5831.18
Hex15548A552702Ed04a1f
Octal251242121254705632011237
Binary101011010100100010101010101100111010111011010000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15548a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15548a; }

 p { color: rgb(21,84,138); }

 H1.HeaderClassName
 {
   color: #15548a;
 }
 .AnyTagClassName
 {
   color: #15548a;
 }
</style>
background-color css

<style>
 a { background-color: #15548a; }

 a { background-color: rgb(21,84,138); }

 div.DivClassName
 {
   background-color: #15548a;
 }
 .BgClassName
 {
   background-color: #15548a;
 }
</style>
border-color css

<style>
 span { border-color: #15548a; }

 span { border-color: rgb(21,84,138); }

 td.TdClassName
 {
   border-color: #15548a;
 }
 .TagClassName
 {
   border-color: #15548a;
 }
</style>