Shades of Blue Lagoon #045968
Tints of Blue Lagoon #045968
RGB
CMYK
RGB Variations
Color information
#045968 (or 0x045968) is known color: Blue Lagoon. HEX triplet: 04, 59 and 68. RGB value is (4,89,104). Sum of RGB (Red+Green+Blue) = 4+89+104=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #045968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045968 is #FBA697. Grayscale: #414141. Windows color (decimal): -16492184 or 6838532. OLE color: 6838532.
HSL color Cylindrical-coordinate representation of color #045968: hue angle of 189º 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 #045968 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 89 | 104 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.59 |
| HSL | 189º | 0.93% | 0.21% | - |
| HSV(B) | 189º | 0.96% | 0.41% | - |
| XYZ | 6.12 | 8.17 | 14.35 | - |
| YUV | 65.3 | 149.84 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 104 | 0.96 | 0.14 | 0 | 0.59 | 189 | 0.93 | 0.21 |
| Hex | 4 | 59 | 68 | 60 | E | 0 | 3B | BD | 5D | 15 |
| Octal | 4 | 131 | 150 | 140 | 16 | 0 | 73 | 275 | 135 | 25 |
| Binary | 100 | 1011001 | 1101000 | 1100000 | 1110 | 0 | 111011 | 10111101 | 1011101 | 10101 |
Color Harmonies of #045968
Complementary color
Monochromatic Colors of #045968
Black with #045968
Text Example
Text Example
White with #045968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045968; }
p { color: rgb(4,89,104); }
H1.HeaderClassName
{
color: #045968;
}
.AnyTagClassName
{
color: #045968;
}
</style>
background-color css
<style>
a { background-color: #045968; }
a { background-color: rgb(4,89,104); }
div.DivClassName
{
background-color: #045968;
}
.BgClassName
{
background-color: #045968;
}
</style>
border-color css
<style>
span { border-color: #045968; }
span { border-color: rgb(4,89,104); }
td.TdClassName
{
border-color: #045968;
}
.TagClassName
{
border-color: #045968;
}
</style>