Shades of Blue Lagoon #045371
Tints of Blue Lagoon #045371
RGB
CMYK
RGB Variations
Color information
#045371 (or 0x045371) is known color: Blue Lagoon. HEX triplet: 04, 53 and 71. RGB value is (4,83,113). Sum of RGB (Red+Green+Blue) = 4+83+113=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #045371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045371 is #FBAC8E. Grayscale: #3E3E3E. Windows color (decimal): -16493711 or 7426820. OLE color: 7426820.
HSL color Cylindrical-coordinate representation of color #045371: hue angle of 196.51º 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 #045371 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 83 | 113 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.56 |
| HSL | 196.51º | 0.93% | 0.23% | - |
| HSV(B) | 196.51º | 0.96% | 0.44% | - |
| XYZ | 6.12 | 7.4 | 16.73 | - |
| YUV | 62.8 | 156.33 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 113 | 0.96 | 0.27 | 0 | 0.56 | 196.51 | 0.93 | 0.23 |
| Hex | 4 | 53 | 71 | 60 | 1B | 0 | 38 | C5 | 5D | 17 |
| Octal | 4 | 123 | 161 | 140 | 33 | 0 | 70 | 305 | 135 | 27 |
| Binary | 100 | 1010011 | 1110001 | 1100000 | 11011 | 0 | 111000 | 11000101 | 1011101 | 10111 |
Color Harmonies of #045371
Complementary color
Monochromatic Colors of #045371
Black with #045371
Text Example
Text Example
White with #045371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045371; }
p { color: rgb(4,83,113); }
H1.HeaderClassName
{
color: #045371;
}
.AnyTagClassName
{
color: #045371;
}
</style>
background-color css
<style>
a { background-color: #045371; }
a { background-color: rgb(4,83,113); }
div.DivClassName
{
background-color: #045371;
}
.BgClassName
{
background-color: #045371;
}
</style>
border-color css
<style>
span { border-color: #045371; }
span { border-color: rgb(4,83,113); }
td.TdClassName
{
border-color: #045371;
}
.TagClassName
{
border-color: #045371;
}
</style>