Shades of Dark Cerulean #02507B
Tints of Dark Cerulean #02507B
RGB
CMYK
RGB Variations
Color information
#02507B (or 0x02507B) is known color: Dark Cerulean. HEX triplet: 02, 50 and 7B. RGB value is (2,80,123). Sum of RGB (Red+Green+Blue) = 2+80+123=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #02507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02507B is #FDAF84. Grayscale: #3D3D3D. Windows color (decimal): -16625541 or 8081410. OLE color: 8081410.
HSL color Cylindrical-coordinate representation of color #02507B: hue angle of 201.32º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02507B is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 80 | 123 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.52 |
| HSL | 201.32º | 0.97% | 0.25% | - |
| HSV(B) | 201.32º | 0.98% | 0.48% | - |
| XYZ | 6.47 | 7.18 | 19.78 | - |
| YUV | 61.58 | 162.66 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 123 | 0.98 | 0.35 | 0 | 0.52 | 201.32 | 0.97 | 0.25 |
| Hex | 2 | 50 | 7B | 62 | 23 | 0 | 34 | C9 | 61 | 19 |
| Octal | 2 | 120 | 173 | 142 | 43 | 0 | 64 | 311 | 141 | 31 |
| Binary | 10 | 1010000 | 1111011 | 1100010 | 100011 | 0 | 110100 | 11001001 | 1100001 | 11001 |
Color Harmonies of #02507B
Complementary color
Monochromatic Colors of #02507B
Black with #02507B
Text Example
Text Example
White with #02507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02507B; }
p { color: rgb(2,80,123); }
H1.HeaderClassName
{
color: #02507B;
}
.AnyTagClassName
{
color: #02507B;
}
</style>
background-color css
<style>
a { background-color: #02507B; }
a { background-color: rgb(2,80,123); }
div.DivClassName
{
background-color: #02507B;
}
.BgClassName
{
background-color: #02507B;
}
</style>
border-color css
<style>
span { border-color: #02507B; }
span { border-color: rgb(2,80,123); }
td.TdClassName
{
border-color: #02507B;
}
.TagClassName
{
border-color: #02507B;
}
</style>