#0D5770

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

Shades of Blue Lagoon #0D5770

Tints of Blue Lagoon #0D5770

Color information

#0D5770 (or 0x0D5770) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 57 and 70. RGB value is (13,87,112). Sum of RGB (Red+Green+Blue) = 13+87+112=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D5770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5770 is #F2A88F. Grayscale: #434343. Windows color (decimal): -15902864 or 7362317. OLE color: 7362317.

HSL color Cylindrical-coordinate representation of color #0D5770: hue angle of 195.15º 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 #0D5770 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1387112-
CMYK0.880.2200.56
HSL195.15º79.2%24.51%-
HSV(B)195.15º88.39%43.92%-
XYZ6.58.0716.54-
YUV67.72152.9888.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.13%
GREEN value IS 87 (34.38% from 255) = 41.04%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=6.13%
G=41.04%
B=52.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13871120.880.2200.56195.1579.224.51
HexD57705816038c34f19
Octal151271601302607030311731
Binary110110101111110000101100010110011100011000011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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