#0C5C87

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

Shades of Bahama Blue #0C5C87

Tints of Bahama Blue #0C5C87

Color information

#0C5C87 (or 0x0C5C87) is unknown color: approx Bahama Blue. HEX triplet: 0C, 5C and 87. RGB value is (12,92,135). Sum of RGB (Red+Green+Blue) = 12+92+135=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C5C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5C87 is #F3A378. Grayscale: #484848. Windows color (decimal): -15967097 or 8870924. OLE color: 8870924.

HSL color Cylindrical-coordinate representation of color #0C5C87: hue angle of 200.98º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C5C87 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1292135-
CMYK0.910.3200.47
HSL200.98º83.67%28.82%-
HSV(B)200.98º91.11%52.94%-
XYZ8.359.4824.31-
YUV72.9816384.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.02%
GREEN value IS 92 (36.33% from 255) = 38.49%
BLUE value IS 135 (53.12% from 255) = 56.49%
R=5.02%
G=38.49%
B=56.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12921350.910.3200.47200.9883.6728.82
HexC5C875B2002Fc9541d
Octal141342071334005731112435
Binary11001011100100001111011011100000010111111001001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5C87; }

 p { color: rgb(12,92,135); }

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

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

 a { background-color: rgb(12,92,135); }

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

<style>
 span { border-color: #0C5C87; }

 span { border-color: rgb(12,92,135); }

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