Shades of Blue Lagoon #005170
Tints of Blue Lagoon #005170
RGB
CMYK
RGB Variations
Color information
#005170 (or 0x005170) is known color: Blue Lagoon. HEX triplet: 00, 51 and 70. RGB value is (0,81,112). Sum of RGB (Red+Green+Blue) = 0+81+112=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #005170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005170 is #FFAE8F. Grayscale: #3C3C3C. Windows color (decimal): -16756368 or 7360768. OLE color: 7360768.
HSL color Cylindrical-coordinate representation of color #005170: hue angle of 196.61º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005170 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 81 | 112 | - |
| CMYK | 1 | 0.28 | 0 | 0.56 |
| HSL | 196.61º | 1% | 0.22% | - |
| HSV(B) | 196.61º | 1% | 0.44% | - |
| XYZ | 5.87 | 7.05 | 16.38 | - |
| YUV | 60.32 | 157.16 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 112 | 1 | 0.28 | 0 | 0.56 | 196.61 | 1 | 0.22 |
| Hex | 0 | 51 | 70 | 64 | 1C | 0 | 38 | C5 | 64 | 16 |
| Octal | 0 | 121 | 160 | 144 | 34 | 0 | 70 | 305 | 144 | 26 |
| Binary | 0 | 1010001 | 1110000 | 1100100 | 11100 | 0 | 111000 | 11000101 | 1100100 | 10110 |
Color Harmonies of #005170
Complementary color
Monochromatic Colors of #005170
Black with #005170
Text Example
Text Example
White with #005170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005170; }
p { color: rgb(0,81,112); }
H1.HeaderClassName
{
color: #005170;
}
.AnyTagClassName
{
color: #005170;
}
</style>
background-color css
<style>
a { background-color: #005170; }
a { background-color: rgb(0,81,112); }
div.DivClassName
{
background-color: #005170;
}
.BgClassName
{
background-color: #005170;
}
</style>
border-color css
<style>
span { border-color: #005170; }
span { border-color: rgb(0,81,112); }
td.TdClassName
{
border-color: #005170;
}
.TagClassName
{
border-color: #005170;
}
</style>