Shades of Blue Lagoon #045162
Tints of Blue Lagoon #045162
RGB
CMYK
RGB Variations
Color information
#045162 (or 0x045162) is known color: Blue Lagoon. HEX triplet: 04, 51 and 62. RGB value is (4,81,98). Sum of RGB (Red+Green+Blue) = 4+81+98=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #045162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045162 is #FBAE9D. Grayscale: #3B3B3B. Windows color (decimal): -16494238 or 6443268. OLE color: 6443268.
HSL color Cylindrical-coordinate representation of color #045162: hue angle of 190.85º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045162 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 81 | 98 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.62 |
| HSL | 190.85º | 0.92% | 0.2% | - |
| HSV(B) | 190.85º | 0.96% | 0.38% | - |
| XYZ | 5.2 | 6.79 | 12.59 | - |
| YUV | 59.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 98 | 0.96 | 0.17 | 0 | 0.62 | 190.85 | 0.92 | 0.2 |
| Hex | 4 | 51 | 62 | 60 | 11 | 0 | 3E | BF | 5C | 14 |
| Octal | 4 | 121 | 142 | 140 | 21 | 0 | 76 | 277 | 134 | 24 |
| Binary | 100 | 1010001 | 1100010 | 1100000 | 10001 | 0 | 111110 | 10111111 | 1011100 | 10100 |
Color Harmonies of #045162
Complementary color
Monochromatic Colors of #045162
Black with #045162
Text Example
Text Example
White with #045162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045162; }
p { color: rgb(4,81,98); }
H1.HeaderClassName
{
color: #045162;
}
.AnyTagClassName
{
color: #045162;
}
</style>
background-color css
<style>
a { background-color: #045162; }
a { background-color: rgb(4,81,98); }
div.DivClassName
{
background-color: #045162;
}
.BgClassName
{
background-color: #045162;
}
</style>
border-color css
<style>
span { border-color: #045162; }
span { border-color: rgb(4,81,98); }
td.TdClassName
{
border-color: #045162;
}
.TagClassName
{
border-color: #045162;
}
</style>