Shades of Blue Lagoon #006370
Tints of Blue Lagoon #006370
RGB
CMYK
RGB Variations
Color information
#006370 (or 0x006370) is known color: Blue Lagoon. HEX triplet: 00, 63 and 70. RGB value is (0,99,112). Sum of RGB (Red+Green+Blue) = 0+99+112=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #006370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006370 is #FF9C8F. Grayscale: #464646. Windows color (decimal): -16751760 or 7365376. OLE color: 7365376.
HSL color Cylindrical-coordinate representation of color #006370: hue angle of 186.96º 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 #006370 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 99 | 112 | - |
| CMYK | 1 | 0.12 | 0 | 0.56 |
| HSL | 186.96º | 1% | 0.22% | - |
| HSV(B) | 186.96º | 1% | 0.44% | - |
| XYZ | 7.39 | 10.09 | 16.89 | - |
| YUV | 70.88 | 151.2 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 112 | 1 | 0.12 | 0 | 0.56 | 186.96 | 1 | 0.22 |
| Hex | 0 | 63 | 70 | 64 | C | 0 | 38 | BB | 64 | 16 |
| Octal | 0 | 143 | 160 | 144 | 14 | 0 | 70 | 273 | 144 | 26 |
| Binary | 0 | 1100011 | 1110000 | 1100100 | 1100 | 0 | 111000 | 10111011 | 1100100 | 10110 |
Color Harmonies of #006370
Complementary color
Monochromatic Colors of #006370
Black with #006370
Text Example
Text Example
White with #006370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006370; }
p { color: rgb(0,99,112); }
H1.HeaderClassName
{
color: #006370;
}
.AnyTagClassName
{
color: #006370;
}
</style>
background-color css
<style>
a { background-color: #006370; }
a { background-color: rgb(0,99,112); }
div.DivClassName
{
background-color: #006370;
}
.BgClassName
{
background-color: #006370;
}
</style>
border-color css
<style>
span { border-color: #006370; }
span { border-color: rgb(0,99,112); }
td.TdClassName
{
border-color: #006370;
}
.TagClassName
{
border-color: #006370;
}
</style>