#0d5667

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

Shades of Blue Lagoon #0D5667

Tints of Blue Lagoon #0D5667

Color information

#0D5667 (or 0x0D5667) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 56 and 67. RGB value is (13,86,103). Sum of RGB (Red+Green+Blue) = 13+86+103=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #0D5667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5667 is #F2A998. Grayscale: #414141. Windows color (decimal): -15903129 or 6772237. OLE color: 6772237.

HSL color Cylindrical-coordinate representation of color #0D5667: hue angle of 191.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D5667 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1386103-
CMYK0.870.1700.60
HSL191.33º77.59%22.75%-
HSV(B)191.33º87.38%40.39%-
XYZ5.947.7214.01-
YUV66.11148.8290.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.44%
GREEN value IS 86 (33.98% from 255) = 42.57%
BLUE value IS 103 (40.62% from 255) = 50.99%
R=6.44%
G=42.57%
B=50.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal13861030.870.1700.60191.3377.5922.75
HexD5667571103Cbf4e17
Octal151261471272107427711627
Binary110110101101100111101011110001011110010111111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d5667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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