Shades of Dark Cerulean #02537A
Tints of Dark Cerulean #02537A
RGB
CMYK
RGB Variations
Color information
#02537A (or 0x02537A) is known color: Dark Cerulean. HEX triplet: 02, 53 and 7A. RGB value is (2,83,122). Sum of RGB (Red+Green+Blue) = 2+83+122=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #02537A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02537A is #FDAC85. Grayscale: #3E3E3E. Windows color (decimal): -16624774 or 8016642. OLE color: 8016642.
HSL color Cylindrical-coordinate representation of color #02537A: hue angle of 199.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02537A is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 83 | 122 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.52 |
| HSL | 199.5º | 0.97% | 0.24% | - |
| HSV(B) | 199.5º | 0.98% | 0.48% | - |
| XYZ | 6.63 | 7.6 | 19.53 | - |
| YUV | 63.23 | 161.16 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 83 | 122 | 0.98 | 0.32 | 0 | 0.52 | 199.5 | 0.97 | 0.24 |
| Hex | 2 | 53 | 7A | 62 | 20 | 0 | 34 | C8 | 61 | 18 |
| Octal | 2 | 123 | 172 | 142 | 40 | 0 | 64 | 310 | 141 | 30 |
| Binary | 10 | 1010011 | 1111010 | 1100010 | 100000 | 0 | 110100 | 11001000 | 1100001 | 11000 |
Color Harmonies of #02537A
Complementary color
Monochromatic Colors of #02537A
Black with #02537A
Text Example
Text Example
White with #02537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02537A; }
p { color: rgb(2,83,122); }
H1.HeaderClassName
{
color: #02537A;
}
.AnyTagClassName
{
color: #02537A;
}
</style>
background-color css
<style>
a { background-color: #02537A; }
a { background-color: rgb(2,83,122); }
div.DivClassName
{
background-color: #02537A;
}
.BgClassName
{
background-color: #02537A;
}
</style>
border-color css
<style>
span { border-color: #02537A; }
span { border-color: rgb(2,83,122); }
td.TdClassName
{
border-color: #02537A;
}
.TagClassName
{
border-color: #02537A;
}
</style>