#0C5E8B

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

Shades of Bahama Blue #0C5E8B

Tints of Bahama Blue #0C5E8B

Color information

#0C5E8B (or 0x0C5E8B) is unknown color: approx Bahama Blue. HEX triplet: 0C, 5E and 8B. RGB value is (12,94,139). Sum of RGB (Red+Green+Blue) = 12+94+139=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C5E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5E8B is #F3A174. Grayscale: #4A4A4A. Windows color (decimal): -15966581 or 9133580. OLE color: 9133580.

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

Color convert

RGB1294139-
CMYK0.910.3200.45
HSL201.26º84.11%29.61%-
HSV(B)201.26º91.37%54.51%-
XYZ8.819.9525.88-
YUV74.61164.3383.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.90%
GREEN value IS 94 (37.11% from 255) = 38.37%
BLUE value IS 139 (54.69% from 255) = 56.73%
R=4.90%
G=38.37%
B=56.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12941390.910.3200.45201.2684.1129.61
HexC5E8B5B2002Dc9541e
Octal141362131334005531112436
Binary11001011110100010111011011100000010110111001001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,94,139); }

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

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

 a { background-color: rgb(12,94,139); }

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

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

 span { border-color: rgb(12,94,139); }

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