#0D5769

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

Shades of Blue Lagoon #0D5769

Tints of Blue Lagoon #0D5769

Color information

#0D5769 (or 0x0D5769) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 57 and 69. RGB value is (13,87,105). Sum of RGB (Red+Green+Blue) = 13+87+105=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #0D5769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5769 is #F2A896. Grayscale: #424242. Windows color (decimal): -15902871 or 6903565. OLE color: 6903565.

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

Color convert

RGB1387105-
CMYK0.880.1700.59
HSL191.74º77.97%23.14%-
HSV(B)191.74º87.62%41.18%-
XYZ6.127.9214.57-
YUV66.93149.4889.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.34%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=6.34%
G=42.44%
B=51.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal13871050.880.1700.59191.7477.9723.14
HexD5769581103Bc04e17
Octal151271511302107330011627
Binary110110101111101001101100010001011101111000000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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