Shades of Navy Blue #0255DC
Tints of Navy Blue #0255DC
RGB
CMYK
RGB Variations
Color information
#0255DC (or 0x0255DC) is known color: Navy Blue. HEX triplet: 02, 55 and DC. RGB value is (2,85,220). Sum of RGB (Red+Green+Blue) = 2+85+220=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #0255DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0255DC is #FDAA23. Grayscale: #4A4A4A. Windows color (decimal): -16624164 or 14439682. OLE color: 14439682.
HSL color Cylindrical-coordinate representation of color #0255DC: hue angle of 217.16º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0255DC is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 85 | 220 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.14 |
| HSL | 217.16º | 0.98% | 0.44% | - |
| HSV(B) | 217.16º | 0.99% | 0.86% | - |
| XYZ | 16.19 | 11.68 | 69.11 | - |
| YUV | 75.57 | 209.5 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 85 | 220 | 0.99 | 0.61 | 0 | 0.14 | 217.16 | 0.98 | 0.44 |
| Hex | 2 | 55 | DC | 63 | 3D | 0 | E | D9 | 62 | 2C |
| Octal | 2 | 125 | 334 | 143 | 75 | 0 | 16 | 331 | 142 | 54 |
| Binary | 10 | 1010101 | 11011100 | 1100011 | 111101 | 0 | 1110 | 11011001 | 1100010 | 101100 |
Color Harmonies of #0255DC
Complementary color
Monochromatic Colors of #0255DC
Black with #0255DC
Text Example
Text Example
White with #0255DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0255DC; }
p { color: rgb(2,85,220); }
H1.HeaderClassName
{
color: #0255DC;
}
.AnyTagClassName
{
color: #0255DC;
}
</style>
background-color css
<style>
a { background-color: #0255DC; }
a { background-color: rgb(2,85,220); }
div.DivClassName
{
background-color: #0255DC;
}
.BgClassName
{
background-color: #0255DC;
}
</style>
border-color css
<style>
span { border-color: #0255DC; }
span { border-color: rgb(2,85,220); }
td.TdClassName
{
border-color: #0255DC;
}
.TagClassName
{
border-color: #0255DC;
}
</style>