Shades of Blue Lagoon #00567B
Tints of Blue Lagoon #00567B
RGB
CMYK
RGB Variations
Color information
#00567B (or 0x00567B) is known color: Blue Lagoon. HEX triplet: 00, 56 and 7B. RGB value is (0,86,123). Sum of RGB (Red+Green+Blue) = 0+86+123=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #00567B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00567B is #FFA984. Grayscale: #404040. Windows color (decimal): -16755077 or 8082944. OLE color: 8082944.
HSL color Cylindrical-coordinate representation of color #00567B: hue angle of 198.05º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00567B is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 86 | 123 | - |
| CMYK | 1 | 0.30 | 0 | 0.52 |
| HSL | 198.05º | 1% | 0.24% | - |
| HSV(B) | 198.05º | 1% | 0.48% | - |
| XYZ | 6.9 | 8.09 | 19.94 | - |
| YUV | 64.5 | 161.01 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 123 | 1 | 0.30 | 0 | 0.52 | 198.05 | 1 | 0.24 |
| Hex | 0 | 56 | 7B | 64 | 1E | 0 | 34 | C6 | 64 | 18 |
| Octal | 0 | 126 | 173 | 144 | 36 | 0 | 64 | 306 | 144 | 30 |
| Binary | 0 | 1010110 | 1111011 | 1100100 | 11110 | 0 | 110100 | 11000110 | 1100100 | 11000 |
Color Harmonies of #00567B
Complementary color
Monochromatic Colors of #00567B
Black with #00567B
Text Example
Text Example
White with #00567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00567B; }
p { color: rgb(0,86,123); }
H1.HeaderClassName
{
color: #00567B;
}
.AnyTagClassName
{
color: #00567B;
}
</style>
background-color css
<style>
a { background-color: #00567B; }
a { background-color: rgb(0,86,123); }
div.DivClassName
{
background-color: #00567B;
}
.BgClassName
{
background-color: #00567B;
}
</style>
border-color css
<style>
span { border-color: #00567B; }
span { border-color: rgb(0,86,123); }
td.TdClassName
{
border-color: #00567B;
}
.TagClassName
{
border-color: #00567B;
}
</style>