Shades of Blue Lagoon #005472
Tints of Blue Lagoon #005472
RGB
CMYK
RGB Variations
Color information
#005472 (or 0x005472) is known color: Blue Lagoon. HEX triplet: 00, 54 and 72. RGB value is (0,84,114). Sum of RGB (Red+Green+Blue) = 0+84+114=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #005472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005472 is #FFAB8D. Grayscale: #3E3E3E. Windows color (decimal): -16755598 or 7492608. OLE color: 7492608.
HSL color Cylindrical-coordinate representation of color #005472: hue angle of 195.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005472 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 84 | 114 | - |
| CMYK | 1 | 0.26 | 0 | 0.55 |
| HSL | 195.79º | 1% | 0.22% | - |
| HSV(B) | 195.79º | 1% | 0.45% | - |
| XYZ | 6.21 | 7.56 | 17.05 | - |
| YUV | 62.3 | 157.17 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 114 | 1 | 0.26 | 0 | 0.55 | 195.79 | 1 | 0.22 |
| Hex | 0 | 54 | 72 | 64 | 1A | 0 | 37 | C4 | 64 | 16 |
| Octal | 0 | 124 | 162 | 144 | 32 | 0 | 67 | 304 | 144 | 26 |
| Binary | 0 | 1010100 | 1110010 | 1100100 | 11010 | 0 | 110111 | 11000100 | 1100100 | 10110 |
Color Harmonies of #005472
Complementary color
Monochromatic Colors of #005472
Black with #005472
Text Example
Text Example
White with #005472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005472; }
p { color: rgb(0,84,114); }
H1.HeaderClassName
{
color: #005472;
}
.AnyTagClassName
{
color: #005472;
}
</style>
background-color css
<style>
a { background-color: #005472; }
a { background-color: rgb(0,84,114); }
div.DivClassName
{
background-color: #005472;
}
.BgClassName
{
background-color: #005472;
}
</style>
border-color css
<style>
span { border-color: #005472; }
span { border-color: rgb(0,84,114); }
td.TdClassName
{
border-color: #005472;
}
.TagClassName
{
border-color: #005472;
}
</style>