#0C656E

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

Shades of Blue Lagoon #0C656E

Tints of Blue Lagoon #0C656E

Color information

#0C656E (or 0x0C656E) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 65 and 6E. RGB value is (12,101,110). Sum of RGB (Red+Green+Blue) = 12+101+110=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C656E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C656E is #F39A91. Grayscale: #4B4B4B. Windows color (decimal): -15964818 or 7234828. OLE color: 7234828.

HSL color Cylindrical-coordinate representation of color #0C656E: hue angle of 185.51º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C656E is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB12101110-
CMYK0.890.0800.57
HSL185.51º80.33%23.92%-
HSV(B)185.51º89.09%43.14%-
XYZ7.6210.5116.38-
YUV75.42147.5182.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.38%
GREEN value IS 101 (39.84% from 255) = 45.29%
BLUE value IS 110 (43.36% from 255) = 49.33%
R=5.38%
G=45.29%
B=49.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal121011100.890.0800.57185.5180.3323.92
HexC656E598039ba5018
Octal141451561311007127212030
Binary11001100101110111010110011000011100110111010101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,101,110); }

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

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

 a { background-color: rgb(12,101,110); }

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

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

 span { border-color: rgb(12,101,110); }

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