Shades of Blue Lagoon #045070
Tints of Blue Lagoon #045070
RGB
CMYK
RGB Variations
Color information
#045070 (or 0x045070) is known color: Blue Lagoon. HEX triplet: 04, 50 and 70. RGB value is (4,80,112). Sum of RGB (Red+Green+Blue) = 4+80+112=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #045070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045070 is #FBAF8F. Grayscale: #3C3C3C. Windows color (decimal): -16494480 or 7360516. OLE color: 7360516.
HSL color Cylindrical-coordinate representation of color #045070: hue angle of 197.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045070 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 80 | 112 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.56 |
| HSL | 197.78º | 0.93% | 0.23% | - |
| HSV(B) | 197.78º | 0.96% | 0.44% | - |
| XYZ | 5.84 | 6.93 | 16.36 | - |
| YUV | 60.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 112 | 0.96 | 0.29 | 0 | 0.56 | 197.78 | 0.93 | 0.23 |
| Hex | 4 | 50 | 70 | 60 | 1D | 0 | 38 | C6 | 5D | 17 |
| Octal | 4 | 120 | 160 | 140 | 35 | 0 | 70 | 306 | 135 | 27 |
| Binary | 100 | 1010000 | 1110000 | 1100000 | 11101 | 0 | 111000 | 11000110 | 1011101 | 10111 |
Color Harmonies of #045070
Complementary color
Monochromatic Colors of #045070
Black with #045070
Text Example
Text Example
White with #045070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045070; }
p { color: rgb(4,80,112); }
H1.HeaderClassName
{
color: #045070;
}
.AnyTagClassName
{
color: #045070;
}
</style>
background-color css
<style>
a { background-color: #045070; }
a { background-color: rgb(4,80,112); }
div.DivClassName
{
background-color: #045070;
}
.BgClassName
{
background-color: #045070;
}
</style>
border-color css
<style>
span { border-color: #045070; }
span { border-color: rgb(4,80,112); }
td.TdClassName
{
border-color: #045070;
}
.TagClassName
{
border-color: #045070;
}
</style>