Shades of Blue Lagoon #045768
Tints of Blue Lagoon #045768
RGB
CMYK
RGB Variations
Color information
#045768 (or 0x045768) is known color: Blue Lagoon. HEX triplet: 04, 57 and 68. RGB value is (4,87,104). Sum of RGB (Red+Green+Blue) = 4+87+104=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #045768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045768 is #FBA897. Grayscale: #3F3F3F. Windows color (decimal): -16492696 or 6838020. OLE color: 6838020.
HSL color Cylindrical-coordinate representation of color #045768: hue angle of 190.2º 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 #045768 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 87 | 104 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.59 |
| HSL | 190.2º | 0.93% | 0.21% | - |
| HSV(B) | 190.2º | 0.96% | 0.41% | - |
| XYZ | 5.96 | 7.84 | 14.3 | - |
| YUV | 64.12 | 150.5 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 87 | 104 | 0.96 | 0.16 | 0 | 0.59 | 190.2 | 0.93 | 0.21 |
| Hex | 4 | 57 | 68 | 60 | 10 | 0 | 3B | BE | 5D | 15 |
| Octal | 4 | 127 | 150 | 140 | 20 | 0 | 73 | 276 | 135 | 25 |
| Binary | 100 | 1010111 | 1101000 | 1100000 | 10000 | 0 | 111011 | 10111110 | 1011101 | 10101 |
Color Harmonies of #045768
Complementary color
Monochromatic Colors of #045768
Black with #045768
Text Example
Text Example
White with #045768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045768; }
p { color: rgb(4,87,104); }
H1.HeaderClassName
{
color: #045768;
}
.AnyTagClassName
{
color: #045768;
}
</style>
background-color css
<style>
a { background-color: #045768; }
a { background-color: rgb(4,87,104); }
div.DivClassName
{
background-color: #045768;
}
.BgClassName
{
background-color: #045768;
}
</style>
border-color css
<style>
span { border-color: #045768; }
span { border-color: rgb(4,87,104); }
td.TdClassName
{
border-color: #045768;
}
.TagClassName
{
border-color: #045768;
}
</style>