Shades of Blue Lagoon #045866
Tints of Blue Lagoon #045866
RGB
CMYK
RGB Variations
Color information
#045866 (or 0x045866) is known color: Blue Lagoon. HEX triplet: 04, 58 and 66. RGB value is (4,88,102). Sum of RGB (Red+Green+Blue) = 4+88+102=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #045866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045866 is #FBA799. Grayscale: #404040. Windows color (decimal): -16492442 or 6707204. OLE color: 6707204.
HSL color Cylindrical-coordinate representation of color #045866: hue angle of 188.57º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045866 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 88 | 102 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.6 |
| HSL | 188.57º | 0.92% | 0.21% | - |
| HSV(B) | 188.57º | 0.96% | 0.4% | - |
| XYZ | 5.94 | 7.96 | 13.79 | - |
| YUV | 64.48 | 149.17 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 102 | 0.96 | 0.14 | 0 | 0.6 | 188.57 | 0.92 | 0.21 |
| Hex | 4 | 58 | 66 | 60 | E | 0 | 3C | BD | 5C | 15 |
| Octal | 4 | 130 | 146 | 140 | 16 | 0 | 74 | 275 | 134 | 25 |
| Binary | 100 | 1011000 | 1100110 | 1100000 | 1110 | 0 | 111100 | 10111101 | 1011100 | 10101 |
Color Harmonies of #045866
Complementary color
Monochromatic Colors of #045866
Black with #045866
Text Example
Text Example
White with #045866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045866; }
p { color: rgb(4,88,102); }
H1.HeaderClassName
{
color: #045866;
}
.AnyTagClassName
{
color: #045866;
}
</style>
background-color css
<style>
a { background-color: #045866; }
a { background-color: rgb(4,88,102); }
div.DivClassName
{
background-color: #045866;
}
.BgClassName
{
background-color: #045866;
}
</style>
border-color css
<style>
span { border-color: #045866; }
span { border-color: rgb(4,88,102); }
td.TdClassName
{
border-color: #045866;
}
.TagClassName
{
border-color: #045866;
}
</style>