#15618C

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

Shades of Bahama Blue #15618C

Tints of Bahama Blue #15618C

Color information

#15618C (or 0x15618C) is unknown color: approx Bahama Blue. HEX triplet: 15, 61 and 8C. RGB value is (21,97,140). Sum of RGB (Red+Green+Blue) = 21+97+140=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #15618C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15618C is #EA9E73. Grayscale: #4E4E4E. Windows color (decimal): -15375988 or 9199893. OLE color: 9199893.

HSL color Cylindrical-coordinate representation of color #15618C: hue angle of 201.68º 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 #15618C is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2197140-
CMYK0.850.3100.45
HSL201.68º73.91%31.57%-
HSV(B)201.68º85%54.9%-
XYZ9.3210.626.37-
YUV79.18162.3286.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.14%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 140 (55.08% from 255) = 54.26%
R=8.14%
G=37.60%
B=54.26%

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
Decimal21971400.850.3100.45201.6873.9131.57
Hex15618C551F02Dca4a20
Octal251412141253705531211240
Binary101011100001100011001010101111110101101110010101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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