Shades of Blue Lagoon #005173
Tints of Blue Lagoon #005173
RGB
CMYK
RGB Variations
Color information
#005173 (or 0x005173) is known color: Blue Lagoon. HEX triplet: 00, 51 and 73. RGB value is (0,81,115). Sum of RGB (Red+Green+Blue) = 0+81+115=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #005173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005173 is #FFAE8C. Grayscale: #3C3C3C. Windows color (decimal): -16756365 or 7557376. OLE color: 7557376.
HSL color Cylindrical-coordinate representation of color #005173: hue angle of 197.74º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005173 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 81 | 115 | - |
| CMYK | 1 | 0.30 | 0 | 0.55 |
| HSL | 197.74º | 1% | 0.23% | - |
| HSV(B) | 197.74º | 1% | 0.45% | - |
| XYZ | 6.04 | 7.12 | 17.28 | - |
| YUV | 60.66 | 158.66 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 115 | 1 | 0.30 | 0 | 0.55 | 197.74 | 1 | 0.23 |
| Hex | 0 | 51 | 73 | 64 | 1E | 0 | 37 | C6 | 64 | 17 |
| Octal | 0 | 121 | 163 | 144 | 36 | 0 | 67 | 306 | 144 | 27 |
| Binary | 0 | 1010001 | 1110011 | 1100100 | 11110 | 0 | 110111 | 11000110 | 1100100 | 10111 |
Color Harmonies of #005173
Complementary color
Monochromatic Colors of #005173
Black with #005173
Text Example
Text Example
White with #005173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005173; }
p { color: rgb(0,81,115); }
H1.HeaderClassName
{
color: #005173;
}
.AnyTagClassName
{
color: #005173;
}
</style>
background-color css
<style>
a { background-color: #005173; }
a { background-color: rgb(0,81,115); }
div.DivClassName
{
background-color: #005173;
}
.BgClassName
{
background-color: #005173;
}
</style>
border-color css
<style>
span { border-color: #005173; }
span { border-color: rgb(0,81,115); }
td.TdClassName
{
border-color: #005173;
}
.TagClassName
{
border-color: #005173;
}
</style>