Shades of Blue Lagoon #045B68
Tints of Blue Lagoon #045B68
RGB
CMYK
RGB Variations
Color information
#045B68 (or 0x045B68) is known color: Blue Lagoon. HEX triplet: 04, 5B and 68. RGB value is (4,91,104). Sum of RGB (Red+Green+Blue) = 4+91+104=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #045B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045B68 is #FBA497. Grayscale: #424242. Windows color (decimal): -16491672 or 6839044. OLE color: 6839044.
HSL color Cylindrical-coordinate representation of color #045B68: hue angle of 187.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045B68 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 91 | 104 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.59 |
| HSL | 187.8º | 0.93% | 0.21% | - |
| HSV(B) | 187.8º | 0.96% | 0.41% | - |
| XYZ | 6.29 | 8.51 | 14.41 | - |
| YUV | 66.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 104 | 0.96 | 0.12 | 0 | 0.59 | 187.8 | 0.93 | 0.21 |
| Hex | 4 | 5B | 68 | 60 | C | 0 | 3B | BC | 5D | 15 |
| Octal | 4 | 133 | 150 | 140 | 14 | 0 | 73 | 274 | 135 | 25 |
| Binary | 100 | 1011011 | 1101000 | 1100000 | 1100 | 0 | 111011 | 10111100 | 1011101 | 10101 |
Color Harmonies of #045B68
Complementary color
Monochromatic Colors of #045B68
Black with #045B68
Text Example
Text Example
White with #045B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045B68; }
p { color: rgb(4,91,104); }
H1.HeaderClassName
{
color: #045B68;
}
.AnyTagClassName
{
color: #045B68;
}
</style>
background-color css
<style>
a { background-color: #045B68; }
a { background-color: rgb(4,91,104); }
div.DivClassName
{
background-color: #045B68;
}
.BgClassName
{
background-color: #045B68;
}
</style>
border-color css
<style>
span { border-color: #045B68; }
span { border-color: rgb(4,91,104); }
td.TdClassName
{
border-color: #045B68;
}
.TagClassName
{
border-color: #045B68;
}
</style>