Shades of Blue Lagoon #045066
Tints of Blue Lagoon #045066
RGB
CMYK
RGB Variations
Color information
#045066 (or 0x045066) is known color: Blue Lagoon. HEX triplet: 04, 50 and 66. RGB value is (4,80,102). Sum of RGB (Red+Green+Blue) = 4+80+102=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #045066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045066 is #FBAF99. Grayscale: #3B3B3B. Windows color (decimal): -16494490 or 6705156. OLE color: 6705156.
HSL color Cylindrical-coordinate representation of color #045066: hue angle of 193.47º 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 #045066 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 80 | 102 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.6 |
| HSL | 193.47º | 0.92% | 0.21% | - |
| HSV(B) | 193.47º | 0.96% | 0.4% | - |
| XYZ | 5.32 | 6.72 | 13.59 | - |
| YUV | 59.78 | 151.82 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 102 | 0.96 | 0.22 | 0 | 0.6 | 193.47 | 0.92 | 0.21 |
| Hex | 4 | 50 | 66 | 60 | 16 | 0 | 3C | C1 | 5C | 15 |
| Octal | 4 | 120 | 146 | 140 | 26 | 0 | 74 | 301 | 134 | 25 |
| Binary | 100 | 1010000 | 1100110 | 1100000 | 10110 | 0 | 111100 | 11000001 | 1011100 | 10101 |
Color Harmonies of #045066
Complementary color
Monochromatic Colors of #045066
Black with #045066
Text Example
Text Example
White with #045066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045066; }
p { color: rgb(4,80,102); }
H1.HeaderClassName
{
color: #045066;
}
.AnyTagClassName
{
color: #045066;
}
</style>
background-color css
<style>
a { background-color: #045066; }
a { background-color: rgb(4,80,102); }
div.DivClassName
{
background-color: #045066;
}
.BgClassName
{
background-color: #045066;
}
</style>
border-color css
<style>
span { border-color: #045066; }
span { border-color: rgb(4,80,102); }
td.TdClassName
{
border-color: #045066;
}
.TagClassName
{
border-color: #045066;
}
</style>