Shades of Blue Lagoon #02556A
Tints of Blue Lagoon #02556A
RGB
CMYK
RGB Variations
Color information
#02556A (or 0x02556A) is known color: Blue Lagoon. HEX triplet: 02, 55 and 6A. RGB value is (2,85,106). Sum of RGB (Red+Green+Blue) = 2+85+106=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #02556A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02556A is #FDAA95. Grayscale: #3E3E3E. Windows color (decimal): -16624278 or 6968578. OLE color: 6968578.
HSL color Cylindrical-coordinate representation of color #02556A: hue angle of 192.12º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02556A is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 85 | 106 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.58 |
| HSL | 192.12º | 0.96% | 0.21% | - |
| HSV(B) | 192.12º | 0.98% | 0.42% | - |
| XYZ | 5.88 | 7.55 | 14.78 | - |
| YUV | 62.58 | 152.5 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 85 | 106 | 0.98 | 0.20 | 0 | 0.58 | 192.12 | 0.96 | 0.21 |
| Hex | 2 | 55 | 6A | 62 | 14 | 0 | 3A | C0 | 60 | 15 |
| Octal | 2 | 125 | 152 | 142 | 24 | 0 | 72 | 300 | 140 | 25 |
| Binary | 10 | 1010101 | 1101010 | 1100010 | 10100 | 0 | 111010 | 11000000 | 1100000 | 10101 |
Color Harmonies of #02556A
Complementary color
Monochromatic Colors of #02556A
Black with #02556A
Text Example
Text Example
White with #02556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02556A; }
p { color: rgb(2,85,106); }
H1.HeaderClassName
{
color: #02556A;
}
.AnyTagClassName
{
color: #02556A;
}
</style>
background-color css
<style>
a { background-color: #02556A; }
a { background-color: rgb(2,85,106); }
div.DivClassName
{
background-color: #02556A;
}
.BgClassName
{
background-color: #02556A;
}
</style>
border-color css
<style>
span { border-color: #02556A; }
span { border-color: rgb(2,85,106); }
td.TdClassName
{
border-color: #02556A;
}
.TagClassName
{
border-color: #02556A;
}
</style>