Shades of Blue Lagoon #0D5369
Tints of Blue Lagoon #0D5369
RGB
CMYK
RGB Variations
Color information
#0D5369 (or 0x0D5369) is known color: Blue Lagoon. HEX triplet: 0D, 53 and 69. RGB value is (13,83,105). Sum of RGB (Red+Green+Blue) = 13+83+105=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #0D5369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5369 is #F2AC96. Grayscale: #404040. Windows color (decimal): -15903895 or 6902541. OLE color: 6902541.
HSL color Cylindrical-coordinate representation of color #0D5369: hue angle of 194.35º 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 #0D5369 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 83 | 105 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.59 |
| HSL | 194.35º | 0.78% | 0.23% | - |
| HSV(B) | 194.35º | 0.88% | 0.41% | - |
| XYZ | 5.81 | 7.29 | 14.47 | - |
| YUV | 64.58 | 150.81 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 105 | 0.88 | 0.21 | 0 | 0.59 | 194.35 | 0.78 | 0.23 |
| Hex | D | 53 | 69 | 58 | 15 | 0 | 3B | C2 | 4E | 17 |
| Octal | 15 | 123 | 151 | 130 | 25 | 0 | 73 | 302 | 116 | 27 |
| Binary | 1101 | 1010011 | 1101001 | 1011000 | 10101 | 0 | 111011 | 11000010 | 1001110 | 10111 |
Color Harmonies of #0D5369
Complementary color
Monochromatic Colors of #0D5369
Black with #0D5369
Text Example
Text Example
White with #0D5369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5369; }
p { color: rgb(13,83,105); }
H1.HeaderClassName
{
color: #0D5369;
}
.AnyTagClassName
{
color: #0D5369;
}
</style>
background-color css
<style>
a { background-color: #0D5369; }
a { background-color: rgb(13,83,105); }
div.DivClassName
{
background-color: #0D5369;
}
.BgClassName
{
background-color: #0D5369;
}
</style>
border-color css
<style>
span { border-color: #0D5369; }
span { border-color: rgb(13,83,105); }
td.TdClassName
{
border-color: #0D5369;
}
.TagClassName
{
border-color: #0D5369;
}
</style>