#0D5669

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

Shades of Blue Lagoon #0D5669

Tints of Blue Lagoon #0D5669

Color information

#0D5669 (or 0x0D5669) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 56 and 69. RGB value is (13,86,105). Sum of RGB (Red+Green+Blue) = 13+86+105=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #0D5669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5669 is #F2A996. Grayscale: #424242. Windows color (decimal): -15903127 or 6903309. OLE color: 6903309.

HSL color Cylindrical-coordinate representation of color #0D5669: hue angle of 192.39º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D5669 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1386105-
CMYK0.880.1800.59
HSL192.39º77.97%23.14%-
HSV(B)192.39º87.62%41.18%-
XYZ6.047.7614.54-
YUV66.34149.8289.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.37%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 105 (41.41% from 255) = 51.47%
R=6.37%
G=42.16%
B=51.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal13861050.880.1800.59192.3977.9723.14
HexD5669581203Bc04e17
Octal151261511302207330011627
Binary110110101101101001101100010010011101111000000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,86,105); }

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

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

 a { background-color: rgb(13,86,105); }

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

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

 span { border-color: rgb(13,86,105); }

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