Shades of Blue Lagoon #005372
Tints of Blue Lagoon #005372
RGB
CMYK
RGB Variations
Color information
#005372 (or 0x005372) is known color: Blue Lagoon. HEX triplet: 00, 53 and 72. RGB value is (0,83,114). Sum of RGB (Red+Green+Blue) = 0+83+114=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #005372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005372 is #FFAC8D. Grayscale: #3D3D3D. Windows color (decimal): -16755854 or 7492352. OLE color: 7492352.
HSL color Cylindrical-coordinate representation of color #005372: hue angle of 196.32º 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 #005372 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 83 | 114 | - |
| CMYK | 1 | 0.27 | 0 | 0.55 |
| HSL | 196.32º | 1% | 0.22% | - |
| HSV(B) | 196.32º | 1% | 0.45% | - |
| XYZ | 6.13 | 7.4 | 17.03 | - |
| YUV | 61.72 | 157.5 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 114 | 1 | 0.27 | 0 | 0.55 | 196.32 | 1 | 0.22 |
| Hex | 0 | 53 | 72 | 64 | 1B | 0 | 37 | C4 | 64 | 16 |
| Octal | 0 | 123 | 162 | 144 | 33 | 0 | 67 | 304 | 144 | 26 |
| Binary | 0 | 1010011 | 1110010 | 1100100 | 11011 | 0 | 110111 | 11000100 | 1100100 | 10110 |
Color Harmonies of #005372
Complementary color
Monochromatic Colors of #005372
Black with #005372
Text Example
Text Example
White with #005372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005372; }
p { color: rgb(0,83,114); }
H1.HeaderClassName
{
color: #005372;
}
.AnyTagClassName
{
color: #005372;
}
</style>
background-color css
<style>
a { background-color: #005372; }
a { background-color: rgb(0,83,114); }
div.DivClassName
{
background-color: #005372;
}
.BgClassName
{
background-color: #005372;
}
</style>
border-color css
<style>
span { border-color: #005372; }
span { border-color: rgb(0,83,114); }
td.TdClassName
{
border-color: #005372;
}
.TagClassName
{
border-color: #005372;
}
</style>