#0C5B67

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

Shades of Blue Lagoon #0C5B67

Tints of Blue Lagoon #0C5B67

Color information

#0C5B67 (or 0x0C5B67) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 5B and 67. RGB value is (12,91,103). Sum of RGB (Red+Green+Blue) = 12+91+103=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #0C5B67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5B67 is #F3A498. Grayscale: #444444. Windows color (decimal): -15967385 or 6773516. OLE color: 6773516.

HSL color Cylindrical-coordinate representation of color #0C5B67: hue angle of 187.91º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C5B67 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1291103-
CMYK0.880.1200.60
HSL187.91º79.13%22.55%-
HSV(B)187.91º88.35%40.39%-
XYZ6.348.5414.15-
YUV68.75147.3387.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.83%
GREEN value IS 91 (35.94% from 255) = 44.17%
BLUE value IS 103 (40.62% from 255) = 50%
R=5.83%
G=44.17%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal12911030.880.1200.60187.9179.1322.55
HexC5B6758C03Cbc4f17
Octal141331471301407427411727
Binary11001011011110011110110001100011110010111100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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