Shades of Blue Lagoon #045168
Tints of Blue Lagoon #045168
RGB
CMYK
RGB Variations
Color information
#045168 (or 0x045168) is known color: Blue Lagoon. HEX triplet: 04, 51 and 68. RGB value is (4,81,104). Sum of RGB (Red+Green+Blue) = 4+81+104=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #045168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045168 is #FBAE97. Grayscale: #3C3C3C. Windows color (decimal): -16494232 or 6836484. OLE color: 6836484.
HSL color Cylindrical-coordinate representation of color #045168: hue angle of 193.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045168 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 81 | 104 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.59 |
| HSL | 193.8º | 0.93% | 0.21% | - |
| HSV(B) | 193.8º | 0.96% | 0.41% | - |
| XYZ | 5.49 | 6.91 | 14.14 | - |
| YUV | 60.6 | 152.49 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 104 | 0.96 | 0.22 | 0 | 0.59 | 193.8 | 0.93 | 0.21 |
| Hex | 4 | 51 | 68 | 60 | 16 | 0 | 3B | C2 | 5D | 15 |
| Octal | 4 | 121 | 150 | 140 | 26 | 0 | 73 | 302 | 135 | 25 |
| Binary | 100 | 1010001 | 1101000 | 1100000 | 10110 | 0 | 111011 | 11000010 | 1011101 | 10101 |
Color Harmonies of #045168
Complementary color
Monochromatic Colors of #045168
Black with #045168
Text Example
Text Example
White with #045168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045168; }
p { color: rgb(4,81,104); }
H1.HeaderClassName
{
color: #045168;
}
.AnyTagClassName
{
color: #045168;
}
</style>
background-color css
<style>
a { background-color: #045168; }
a { background-color: rgb(4,81,104); }
div.DivClassName
{
background-color: #045168;
}
.BgClassName
{
background-color: #045168;
}
</style>
border-color css
<style>
span { border-color: #045168; }
span { border-color: rgb(4,81,104); }
td.TdClassName
{
border-color: #045168;
}
.TagClassName
{
border-color: #045168;
}
</style>