#15608C

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

Shades of Bahama Blue #15608C

Tints of Bahama Blue #15608C

Color information

#15608C (or 0x15608C) is unknown color: approx Bahama Blue. HEX triplet: 15, 60 and 8C. RGB value is (21,96,140). Sum of RGB (Red+Green+Blue) = 21+96+140=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #15608C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15608C is #EA9F73. Grayscale: #4E4E4E. Windows color (decimal): -15376244 or 9199637. OLE color: 9199637.

HSL color Cylindrical-coordinate representation of color #15608C: hue angle of 202.18º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15608C is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2196140-
CMYK0.850.3100.45
HSL202.18º73.91%31.57%-
HSV(B)202.18º85%54.9%-
XYZ9.2310.4226.34-
YUV78.59162.6586.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.17%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 140 (55.08% from 255) = 54.47%
R=8.17%
G=37.35%
B=54.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21961400.850.3100.45202.1873.9131.57
Hex15608C551F02Dca4a20
Octal251402141253705531211240
Binary101011100000100011001010101111110101101110010101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15608C; }

 p { color: rgb(21,96,140); }

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

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

 a { background-color: rgb(21,96,140); }

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

<style>
 span { border-color: #15608C; }

 span { border-color: rgb(21,96,140); }

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