#0D5D70

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

Shades of Blue Lagoon #0D5D70

Tints of Blue Lagoon #0D5D70

Color information

#0D5D70 (or 0x0D5D70) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 5D and 70. RGB value is (13,93,112). Sum of RGB (Red+Green+Blue) = 13+93+112=218 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.96% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D5D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5D70 is #F2A28F. Grayscale: #474747. Windows color (decimal): -15901328 or 7363853. OLE color: 7363853.

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

Color convert

RGB1393112-
CMYK0.880.1700.56
HSL191.52º79.2%24.51%-
HSV(B)191.52º88.39%43.92%-
XYZ79.0816.71-
YUV71.2515186.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.96%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 112 (44.14% from 255) = 51.38%
R=5.96%
G=42.66%
B=51.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13931120.880.1700.56191.5279.224.51
HexD5D705811038c04f19
Octal151351601302107030011731
Binary110110111011110000101100010001011100011000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,93,112); }

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

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

 a { background-color: rgb(13,93,112); }

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

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

 span { border-color: rgb(13,93,112); }

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