#0D606F

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

Shades of Blue Lagoon #0D606F

Tints of Blue Lagoon #0D606F

Color information

#0D606F (or 0x0D606F) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 60 and 6F. RGB value is (13,96,111). Sum of RGB (Red+Green+Blue) = 13+96+111=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D606F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D606F is #F29F90. Grayscale: #484848. Windows color (decimal): -15900561 or 7299085. OLE color: 7299085.

HSL color Cylindrical-coordinate representation of color #0D606F: hue angle of 189.18º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D606F is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1396111-
CMYK0.880.1400.56
HSL189.18º79.03%24.31%-
HSV(B)189.18º88.29%43.53%-
XYZ7.229.616.51-
YUV72.89149.585.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.91%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=5.91%
G=43.64%
B=50.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13961110.880.1400.56189.1879.0324.31
HexD606F58E038bd4f18
Octal151401571301607027511730
Binary11011100000110111110110001110011100010111101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,96,111); }

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

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

 a { background-color: rgb(13,96,111); }

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

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

 span { border-color: rgb(13,96,111); }

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