#0D6C79

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

Shades of Blue Lagoon #0D6C79

Tints of Blue Lagoon #0D6C79

Color information

#0D6C79 (or 0x0D6C79) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 6C and 79. RGB value is (13,108,121). Sum of RGB (Red+Green+Blue) = 13+108+121=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #0D6C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6C79 is #F29386. Grayscale: #505050. Windows color (decimal): -15897479 or 7957517. OLE color: 7957517.

HSL color Cylindrical-coordinate representation of color #0D6C79: hue angle of 187.22º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D6C79 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB13108121-
CMYK0.890.1100.53
HSL187.22º80.6%26.27%-
HSV(B)187.22º89.26%47.45%-
XYZ8.9812.1919.97-
YUV81.08150.5379.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.37%
GREEN value IS 108 (42.58% from 255) = 44.63%
BLUE value IS 121 (47.66% from 255) = 50%
R=5.37%
G=44.63%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal131081210.890.1100.53187.2280.626.27
HexD6C7959B035bb511a
Octal151541711311306527312132
Binary11011101100111100110110011011011010110111011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,108,121); }

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

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

 a { background-color: rgb(13,108,121); }

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

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

 span { border-color: rgb(13,108,121); }

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