Shades of Dark Cerulean #02527F
Tints of Dark Cerulean #02527F
RGB
CMYK
RGB Variations
Color information
#02527F (or 0x02527F) is known color: Dark Cerulean. HEX triplet: 02, 52 and 7F. RGB value is (2,82,127). Sum of RGB (Red+Green+Blue) = 2+82+127=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #02527F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02527F is #FDAD80. Grayscale: #3E3E3E. Windows color (decimal): -16625025 or 8344066. OLE color: 8344066.
HSL color Cylindrical-coordinate representation of color #02527F: hue angle of 201.6º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02527F is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 82 | 127 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.50 |
| HSL | 201.6º | 0.97% | 0.25% | - |
| HSV(B) | 201.6º | 0.98% | 0.5% | - |
| XYZ | 6.87 | 7.58 | 21.18 | - |
| YUV | 63.21 | 164 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 82 | 127 | 0.98 | 0.35 | 0 | 0.50 | 201.6 | 0.97 | 0.25 |
| Hex | 2 | 52 | 7F | 62 | 23 | 0 | 32 | CA | 61 | 19 |
| Octal | 2 | 122 | 177 | 142 | 43 | 0 | 62 | 312 | 141 | 31 |
| Binary | 10 | 1010010 | 1111111 | 1100010 | 100011 | 0 | 110010 | 11001010 | 1100001 | 11001 |
Color Harmonies of #02527F
Complementary color
Monochromatic Colors of #02527F
Black with #02527F
Text Example
Text Example
White with #02527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02527F; }
p { color: rgb(2,82,127); }
H1.HeaderClassName
{
color: #02527F;
}
.AnyTagClassName
{
color: #02527F;
}
</style>
background-color css
<style>
a { background-color: #02527F; }
a { background-color: rgb(2,82,127); }
div.DivClassName
{
background-color: #02527F;
}
.BgClassName
{
background-color: #02527F;
}
</style>
border-color css
<style>
span { border-color: #02527F; }
span { border-color: rgb(2,82,127); }
td.TdClassName
{
border-color: #02527F;
}
.TagClassName
{
border-color: #02527F;
}
</style>