Shades of Blue Lagoon #02536C
Tints of Blue Lagoon #02536C
RGB
CMYK
RGB Variations
Color information
#02536C (or 0x02536C) is known color: Blue Lagoon. HEX triplet: 02, 53 and 6C. RGB value is (2,83,108). Sum of RGB (Red+Green+Blue) = 2+83+108=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #02536C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02536C is #FDAC93. Grayscale: #3D3D3D. Windows color (decimal): -16624788 or 7099138. OLE color: 7099138.
HSL color Cylindrical-coordinate representation of color #02536C: hue angle of 194.15º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02536C is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 83 | 108 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.58 |
| HSL | 194.15º | 0.96% | 0.22% | - |
| HSV(B) | 194.15º | 0.98% | 0.42% | - |
| XYZ | 5.83 | 7.28 | 15.29 | - |
| YUV | 61.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 83 | 108 | 0.98 | 0.23 | 0 | 0.58 | 194.15 | 0.96 | 0.22 |
| Hex | 2 | 53 | 6C | 62 | 17 | 0 | 3A | C2 | 60 | 16 |
| Octal | 2 | 123 | 154 | 142 | 27 | 0 | 72 | 302 | 140 | 26 |
| Binary | 10 | 1010011 | 1101100 | 1100010 | 10111 | 0 | 111010 | 11000010 | 1100000 | 10110 |
Color Harmonies of #02536C
Complementary color
Monochromatic Colors of #02536C
Black with #02536C
Text Example
Text Example
White with #02536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02536C; }
p { color: rgb(2,83,108); }
H1.HeaderClassName
{
color: #02536C;
}
.AnyTagClassName
{
color: #02536C;
}
</style>
background-color css
<style>
a { background-color: #02536C; }
a { background-color: rgb(2,83,108); }
div.DivClassName
{
background-color: #02536C;
}
.BgClassName
{
background-color: #02536C;
}
</style>
border-color css
<style>
span { border-color: #02536C; }
span { border-color: rgb(2,83,108); }
td.TdClassName
{
border-color: #02536C;
}
.TagClassName
{
border-color: #02536C;
}
</style>