Shades of Navy Blue #0285DB
Tints of Navy Blue #0285DB
RGB
CMYK
RGB Variations
Color information
#0285DB (or 0x0285DB) is known color: Navy Blue. HEX triplet: 02, 85 and DB. RGB value is (2,133,219). Sum of RGB (Red+Green+Blue) = 2+133+219=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #0285DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0285DB is #FD7A24. Grayscale: #676767. Windows color (decimal): -16611877 or 14386434. OLE color: 14386434.
HSL color Cylindrical-coordinate representation of color #0285DB: hue angle of 203.78º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0285DB is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 133 | 219 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.14 |
| HSL | 203.78º | 0.98% | 0.43% | - |
| HSV(B) | 203.78º | 0.99% | 0.86% | - |
| XYZ | 21.2 | 21.9 | 70.13 | - |
| YUV | 103.64 | 193.1 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 219 | 0.99 | 0.39 | 0 | 0.14 | 203.78 | 0.98 | 0.43 |
| Hex | 2 | 85 | DB | 63 | 27 | 0 | E | CC | 62 | 2B |
| Octal | 2 | 205 | 333 | 143 | 47 | 0 | 16 | 314 | 142 | 53 |
| Binary | 10 | 10000101 | 11011011 | 1100011 | 100111 | 0 | 1110 | 11001100 | 1100010 | 101011 |
Color Harmonies of #0285DB
Complementary color
Monochromatic Colors of #0285DB
Black with #0285DB
Text Example
Text Example
White with #0285DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0285DB; }
p { color: rgb(2,133,219); }
H1.HeaderClassName
{
color: #0285DB;
}
.AnyTagClassName
{
color: #0285DB;
}
</style>
background-color css
<style>
a { background-color: #0285DB; }
a { background-color: rgb(2,133,219); }
div.DivClassName
{
background-color: #0285DB;
}
.BgClassName
{
background-color: #0285DB;
}
</style>
border-color css
<style>
span { border-color: #0285DB; }
span { border-color: rgb(2,133,219); }
td.TdClassName
{
border-color: #0285DB;
}
.TagClassName
{
border-color: #0285DB;
}
</style>