Shades of Blue Lagoon #045C7B
Tints of Blue Lagoon #045C7B
RGB
CMYK
RGB Variations
Color information
#045C7B (or 0x045C7B) is known color: Blue Lagoon. HEX triplet: 04, 5C and 7B. RGB value is (4,92,123). Sum of RGB (Red+Green+Blue) = 4+92+123=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #045C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045C7B is #FBA384. Grayscale: #454545. Windows color (decimal): -16491397 or 8084484. OLE color: 8084484.
HSL color Cylindrical-coordinate representation of color #045C7B: hue angle of 195.63º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045C7B is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 92 | 123 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.52 |
| HSL | 195.63º | 0.94% | 0.25% | - |
| HSV(B) | 195.63º | 0.97% | 0.48% | - |
| XYZ | 7.45 | 9.11 | 20.1 | - |
| YUV | 69.22 | 158.35 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 123 | 0.97 | 0.25 | 0 | 0.52 | 195.63 | 0.94 | 0.25 |
| Hex | 4 | 5C | 7B | 61 | 19 | 0 | 34 | C4 | 5E | 19 |
| Octal | 4 | 134 | 173 | 141 | 31 | 0 | 64 | 304 | 136 | 31 |
| Binary | 100 | 1011100 | 1111011 | 1100001 | 11001 | 0 | 110100 | 11000100 | 1011110 | 11001 |
Color Harmonies of #045C7B
Complementary color
Monochromatic Colors of #045C7B
Black with #045C7B
Text Example
Text Example
White with #045C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045C7B; }
p { color: rgb(4,92,123); }
H1.HeaderClassName
{
color: #045C7B;
}
.AnyTagClassName
{
color: #045C7B;
}
</style>
background-color css
<style>
a { background-color: #045C7B; }
a { background-color: rgb(4,92,123); }
div.DivClassName
{
background-color: #045C7B;
}
.BgClassName
{
background-color: #045C7B;
}
</style>
border-color css
<style>
span { border-color: #045C7B; }
span { border-color: rgb(4,92,123); }
td.TdClassName
{
border-color: #045C7B;
}
.TagClassName
{
border-color: #045C7B;
}
</style>