#0D5970

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

Shades of Blue Lagoon #0D5970

Tints of Blue Lagoon #0D5970

Color information

#0D5970 (or 0x0D5970) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 59 and 70. RGB value is (13,89,112). Sum of RGB (Red+Green+Blue) = 13+89+112=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D5970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5970 is #F2A68F. Grayscale: #444444. Windows color (decimal): -15902352 or 7362829. OLE color: 7362829.

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

Color convert

RGB1389112-
CMYK0.880.2100.56
HSL193.94º79.2%24.51%-
HSV(B)193.94º88.39%43.92%-
XYZ6.668.416.6-
YUV68.9152.3288.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.07%
GREEN value IS 89 (35.16% from 255) = 41.59%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=6.07%
G=41.59%
B=52.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13891120.880.2100.56193.9479.224.51
HexD59705815038c24f19
Octal151311601302507030211731
Binary110110110011110000101100010101011100011000010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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