Shades of Blue Lagoon #045A72
Tints of Blue Lagoon #045A72
RGB
CMYK
RGB Variations
Color information
#045A72 (or 0x045A72) is known color: Blue Lagoon. HEX triplet: 04, 5A and 72. RGB value is (4,90,114). Sum of RGB (Red+Green+Blue) = 4+90+114=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #045A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045A72 is #FBA58D. Grayscale: #424242. Windows color (decimal): -16491918 or 7494148. OLE color: 7494148.
HSL color Cylindrical-coordinate representation of color #045A72: hue angle of 193.09º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045A72 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 90 | 114 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.55 |
| HSL | 193.09º | 0.93% | 0.23% | - |
| HSV(B) | 193.09º | 0.96% | 0.45% | - |
| XYZ | 6.74 | 8.55 | 17.22 | - |
| YUV | 67.02 | 154.51 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 114 | 0.96 | 0.21 | 0 | 0.55 | 193.09 | 0.93 | 0.23 |
| Hex | 4 | 5A | 72 | 60 | 15 | 0 | 37 | C1 | 5D | 17 |
| Octal | 4 | 132 | 162 | 140 | 25 | 0 | 67 | 301 | 135 | 27 |
| Binary | 100 | 1011010 | 1110010 | 1100000 | 10101 | 0 | 110111 | 11000001 | 1011101 | 10111 |
Color Harmonies of #045A72
Complementary color
Monochromatic Colors of #045A72
Black with #045A72
Text Example
Text Example
White with #045A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A72; }
p { color: rgb(4,90,114); }
H1.HeaderClassName
{
color: #045A72;
}
.AnyTagClassName
{
color: #045A72;
}
</style>
background-color css
<style>
a { background-color: #045A72; }
a { background-color: rgb(4,90,114); }
div.DivClassName
{
background-color: #045A72;
}
.BgClassName
{
background-color: #045A72;
}
</style>
border-color css
<style>
span { border-color: #045A72; }
span { border-color: rgb(4,90,114); }
td.TdClassName
{
border-color: #045A72;
}
.TagClassName
{
border-color: #045A72;
}
</style>