Shades of Blue Lagoon #045268
Tints of Blue Lagoon #045268
RGB
CMYK
RGB Variations
Color information
#045268 (or 0x045268) is known color: Blue Lagoon. HEX triplet: 04, 52 and 68. RGB value is (4,82,104). Sum of RGB (Red+Green+Blue) = 4+82+104=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #045268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045268 is #FBAD97. Grayscale: #3D3D3D. Windows color (decimal): -16493976 or 6836740. OLE color: 6836740.
HSL color Cylindrical-coordinate representation of color #045268: hue angle of 193.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 #045268 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 82 | 104 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.59 |
| HSL | 193.2º | 0.93% | 0.21% | - |
| HSV(B) | 193.2º | 0.96% | 0.41% | - |
| XYZ | 5.57 | 7.06 | 14.17 | - |
| YUV | 61.19 | 152.16 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 104 | 0.96 | 0.21 | 0 | 0.59 | 193.2 | 0.93 | 0.21 |
| Hex | 4 | 52 | 68 | 60 | 15 | 0 | 3B | C1 | 5D | 15 |
| Octal | 4 | 122 | 150 | 140 | 25 | 0 | 73 | 301 | 135 | 25 |
| Binary | 100 | 1010010 | 1101000 | 1100000 | 10101 | 0 | 111011 | 11000001 | 1011101 | 10101 |
Color Harmonies of #045268
Complementary color
Monochromatic Colors of #045268
Black with #045268
Text Example
Text Example
White with #045268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045268; }
p { color: rgb(4,82,104); }
H1.HeaderClassName
{
color: #045268;
}
.AnyTagClassName
{
color: #045268;
}
</style>
background-color css
<style>
a { background-color: #045268; }
a { background-color: rgb(4,82,104); }
div.DivClassName
{
background-color: #045268;
}
.BgClassName
{
background-color: #045268;
}
</style>
border-color css
<style>
span { border-color: #045268; }
span { border-color: rgb(4,82,104); }
td.TdClassName
{
border-color: #045268;
}
.TagClassName
{
border-color: #045268;
}
</style>