Shades of Blue Lagoon #006372
Tints of Blue Lagoon #006372
RGB
CMYK
RGB Variations
Color information
#006372 (or 0x006372) is known color: Blue Lagoon. HEX triplet: 00, 63 and 72. RGB value is (0,99,114). Sum of RGB (Red+Green+Blue) = 0+99+114=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #006372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006372 is #FF9C8D. Grayscale: #464646. Windows color (decimal): -16751758 or 7496448. OLE color: 7496448.
HSL color Cylindrical-coordinate representation of color #006372: hue angle of 187.89º 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 #006372 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 99 | 114 | - |
| CMYK | 1 | 0.13 | 0 | 0.55 |
| HSL | 187.89º | 1% | 0.22% | - |
| HSV(B) | 187.89º | 1% | 0.45% | - |
| XYZ | 7.5 | 10.14 | 17.48 | - |
| YUV | 71.11 | 152.2 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 114 | 1 | 0.13 | 0 | 0.55 | 187.89 | 1 | 0.22 |
| Hex | 0 | 63 | 72 | 64 | D | 0 | 37 | BC | 64 | 16 |
| Octal | 0 | 143 | 162 | 144 | 15 | 0 | 67 | 274 | 144 | 26 |
| Binary | 0 | 1100011 | 1110010 | 1100100 | 1101 | 0 | 110111 | 10111100 | 1100100 | 10110 |
Color Harmonies of #006372
Complementary color
Monochromatic Colors of #006372
Black with #006372
Text Example
Text Example
White with #006372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006372; }
p { color: rgb(0,99,114); }
H1.HeaderClassName
{
color: #006372;
}
.AnyTagClassName
{
color: #006372;
}
</style>
background-color css
<style>
a { background-color: #006372; }
a { background-color: rgb(0,99,114); }
div.DivClassName
{
background-color: #006372;
}
.BgClassName
{
background-color: #006372;
}
</style>
border-color css
<style>
span { border-color: #006372; }
span { border-color: rgb(0,99,114); }
td.TdClassName
{
border-color: #006372;
}
.TagClassName
{
border-color: #006372;
}
</style>