#0C5B7D

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

Shades of Blue Lagoon #0C5B7D

Tints of Blue Lagoon #0C5B7D

Color information

#0C5B7D (or 0x0C5B7D) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 5B and 7D. RGB value is (12,91,125). Sum of RGB (Red+Green+Blue) = 12+91+125=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C5B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5B7D is #F3A482. Grayscale: #474747. Windows color (decimal): -15967363 or 8215308. OLE color: 8215308.

HSL color Cylindrical-coordinate representation of color #0C5B7D: hue angle of 198.05º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C5B7D is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1291125-
CMYK0.900.2700.51
HSL198.05º82.48%26.86%-
HSV(B)198.05º90.4%49.02%-
XYZ7.599.0420.75-
YUV71.26158.3385.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.26%
GREEN value IS 91 (35.94% from 255) = 39.91%
BLUE value IS 125 (49.22% from 255) = 54.82%
R=5.26%
G=39.91%
B=54.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12911250.900.2700.51198.0582.4826.86
HexC5B7D5A1B033c6521b
Octal141331751323306330612233
Binary110010110111111101101101011011011001111000110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,91,125); }

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

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

 a { background-color: rgb(12,91,125); }

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

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

 span { border-color: rgb(12,91,125); }

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