Shades of Blue Lagoon #02546E
Tints of Blue Lagoon #02546E
RGB
CMYK
RGB Variations
Color information
#02546E (or 0x02546E) is known color: Blue Lagoon. HEX triplet: 02, 54 and 6E. RGB value is (2,84,110). Sum of RGB (Red+Green+Blue) = 2+84+110=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #02546E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02546E is #FDAB91. Grayscale: #3E3E3E. Windows color (decimal): -16624530 or 7230466. OLE color: 7230466.
HSL color Cylindrical-coordinate representation of color #02546E: hue angle of 194.44º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02546E is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 84 | 110 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.57 |
| HSL | 194.44º | 0.96% | 0.22% | - |
| HSV(B) | 194.44º | 0.98% | 0.43% | - |
| XYZ | 6.01 | 7.48 | 15.88 | - |
| YUV | 62.45 | 154.83 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 84 | 110 | 0.98 | 0.24 | 0 | 0.57 | 194.44 | 0.96 | 0.22 |
| Hex | 2 | 54 | 6E | 62 | 18 | 0 | 39 | C2 | 60 | 16 |
| Octal | 2 | 124 | 156 | 142 | 30 | 0 | 71 | 302 | 140 | 26 |
| Binary | 10 | 1010100 | 1101110 | 1100010 | 11000 | 0 | 111001 | 11000010 | 1100000 | 10110 |
Color Harmonies of #02546E
Complementary color
Monochromatic Colors of #02546E
Black with #02546E
Text Example
Text Example
White with #02546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02546E; }
p { color: rgb(2,84,110); }
H1.HeaderClassName
{
color: #02546E;
}
.AnyTagClassName
{
color: #02546E;
}
</style>
background-color css
<style>
a { background-color: #02546E; }
a { background-color: rgb(2,84,110); }
div.DivClassName
{
background-color: #02546E;
}
.BgClassName
{
background-color: #02546E;
}
</style>
border-color css
<style>
span { border-color: #02546E; }
span { border-color: rgb(2,84,110); }
td.TdClassName
{
border-color: #02546E;
}
.TagClassName
{
border-color: #02546E;
}
</style>