#0D5D73

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

Shades of Blue Lagoon #0D5D73

Tints of Blue Lagoon #0D5D73

Color information

#0D5D73 (or 0x0D5D73) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 5D and 73. RGB value is (13,93,115). Sum of RGB (Red+Green+Blue) = 13+93+115=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D5D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5D73 is #F2A28C. Grayscale: #474747. Windows color (decimal): -15901325 or 7560461. OLE color: 7560461.

HSL color Cylindrical-coordinate representation of color #0D5D73: hue angle of 192.94º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D5D73 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1393115-
CMYK0.890.1900.55
HSL192.94º79.69%25.1%-
HSV(B)192.94º88.7%45.1%-
XYZ7.179.1517.61-
YUV71.59152.586.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.88%
GREEN value IS 93 (36.72% from 255) = 42.08%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=5.88%
G=42.08%
B=52.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13931150.890.1900.55192.9479.6925.1
HexD5D735913037c15019
Octal151351631312306730112031
Binary110110111011110011101100110011011011111000001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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