Shades of Blue Lagoon #005673
Tints of Blue Lagoon #005673
RGB
CMYK
RGB Variations
Color information
#005673 (or 0x005673) is known color: Blue Lagoon. HEX triplet: 00, 56 and 73. RGB value is (0,86,115). Sum of RGB (Red+Green+Blue) = 0+86+115=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #005673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005673 is #FFA98C. Grayscale: #3F3F3F. Windows color (decimal): -16755085 or 7558656. OLE color: 7558656.
HSL color Cylindrical-coordinate representation of color #005673: hue angle of 195.13º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005673 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 86 | 115 | - |
| CMYK | 1 | 0.25 | 0 | 0.55 |
| HSL | 195.13º | 1% | 0.23% | - |
| HSV(B) | 195.13º | 1% | 0.45% | - |
| XYZ | 6.42 | 7.89 | 17.4 | - |
| YUV | 63.59 | 157.01 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 115 | 1 | 0.25 | 0 | 0.55 | 195.13 | 1 | 0.23 |
| Hex | 0 | 56 | 73 | 64 | 19 | 0 | 37 | C3 | 64 | 17 |
| Octal | 0 | 126 | 163 | 144 | 31 | 0 | 67 | 303 | 144 | 27 |
| Binary | 0 | 1010110 | 1110011 | 1100100 | 11001 | 0 | 110111 | 11000011 | 1100100 | 10111 |
Color Harmonies of #005673
Complementary color
Monochromatic Colors of #005673
Black with #005673
Text Example
Text Example
White with #005673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005673; }
p { color: rgb(0,86,115); }
H1.HeaderClassName
{
color: #005673;
}
.AnyTagClassName
{
color: #005673;
}
</style>
background-color css
<style>
a { background-color: #005673; }
a { background-color: rgb(0,86,115); }
div.DivClassName
{
background-color: #005673;
}
.BgClassName
{
background-color: #005673;
}
</style>
border-color css
<style>
span { border-color: #005673; }
span { border-color: rgb(0,86,115); }
td.TdClassName
{
border-color: #005673;
}
.TagClassName
{
border-color: #005673;
}
</style>