Shades of Blue Lagoon #045370
Tints of Blue Lagoon #045370
RGB
CMYK
RGB Variations
Color information
#045370 (or 0x045370) is known color: Blue Lagoon. HEX triplet: 04, 53 and 70. RGB value is (4,83,112). Sum of RGB (Red+Green+Blue) = 4+83+112=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #045370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045370 is #FBAC8F. Grayscale: #3E3E3E. Windows color (decimal): -16493712 or 7361284. OLE color: 7361284.
HSL color Cylindrical-coordinate representation of color #045370: hue angle of 196.11º 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 #045370 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 83 | 112 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.56 |
| HSL | 196.11º | 0.93% | 0.23% | - |
| HSV(B) | 196.11º | 0.96% | 0.44% | - |
| XYZ | 6.07 | 7.38 | 16.43 | - |
| YUV | 62.69 | 155.83 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 112 | 0.96 | 0.26 | 0 | 0.56 | 196.11 | 0.93 | 0.23 |
| Hex | 4 | 53 | 70 | 60 | 1A | 0 | 38 | C4 | 5D | 17 |
| Octal | 4 | 123 | 160 | 140 | 32 | 0 | 70 | 304 | 135 | 27 |
| Binary | 100 | 1010011 | 1110000 | 1100000 | 11010 | 0 | 111000 | 11000100 | 1011101 | 10111 |
Color Harmonies of #045370
Complementary color
Monochromatic Colors of #045370
Black with #045370
Text Example
Text Example
White with #045370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045370; }
p { color: rgb(4,83,112); }
H1.HeaderClassName
{
color: #045370;
}
.AnyTagClassName
{
color: #045370;
}
</style>
background-color css
<style>
a { background-color: #045370; }
a { background-color: rgb(4,83,112); }
div.DivClassName
{
background-color: #045370;
}
.BgClassName
{
background-color: #045370;
}
</style>
border-color css
<style>
span { border-color: #045370; }
span { border-color: rgb(4,83,112); }
td.TdClassName
{
border-color: #045370;
}
.TagClassName
{
border-color: #045370;
}
</style>