#0C6774

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

Shades of Blue Lagoon #0C6774

Tints of Blue Lagoon #0C6774

Color information

#0C6774 (or 0x0C6774) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 67 and 74. RGB value is (12,103,116). Sum of RGB (Red+Green+Blue) = 12+103+116=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #0C6774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6774 is #F3988B. Grayscale: #4D4D4D. Windows color (decimal): -15964300 or 7628556. OLE color: 7628556.

HSL color Cylindrical-coordinate representation of color #0C6774: hue angle of 187.5º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C6774 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB12103116-
CMYK0.900.1100.55
HSL187.5º81.25%25.1%-
HSV(B)187.5º89.66%45.49%-
XYZ8.1511.0418.22-
YUV77.27149.8581.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.19%
GREEN value IS 103 (40.62% from 255) = 44.59%
BLUE value IS 116 (45.70% from 255) = 50.22%
R=5.19%
G=44.59%
B=50.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal121031160.900.1100.55187.581.2525.1
HexC67745AB037bc5119
Octal141471641321306727412131
Binary11001100111111010010110101011011011110111100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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