Shades of Navy Blue #0283DB
Tints of Navy Blue #0283DB
RGB
CMYK
RGB Variations
Color information
#0283DB (or 0x0283DB) is known color: Navy Blue. HEX triplet: 02, 83 and DB. RGB value is (2,131,219). Sum of RGB (Red+Green+Blue) = 2+131+219=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #0283DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0283DB is #FD7C24. Grayscale: #656565. Windows color (decimal): -16612389 or 14385922. OLE color: 14385922.
HSL color Cylindrical-coordinate representation of color #0283DB: hue angle of 204.33º 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 #0283DB is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 131 | 219 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.14 |
| HSL | 204.33º | 0.98% | 0.43% | - |
| HSV(B) | 204.33º | 0.99% | 0.86% | - |
| XYZ | 20.93 | 21.36 | 70.04 | - |
| YUV | 102.46 | 193.76 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 131 | 219 | 0.99 | 0.40 | 0 | 0.14 | 204.33 | 0.98 | 0.43 |
| Hex | 2 | 83 | DB | 63 | 28 | 0 | E | CC | 62 | 2B |
| Octal | 2 | 203 | 333 | 143 | 50 | 0 | 16 | 314 | 142 | 53 |
| Binary | 10 | 10000011 | 11011011 | 1100011 | 101000 | 0 | 1110 | 11001100 | 1100010 | 101011 |
Color Harmonies of #0283DB
Complementary color
Monochromatic Colors of #0283DB
Black with #0283DB
Text Example
Text Example
White with #0283DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0283DB; }
p { color: rgb(2,131,219); }
H1.HeaderClassName
{
color: #0283DB;
}
.AnyTagClassName
{
color: #0283DB;
}
</style>
background-color css
<style>
a { background-color: #0283DB; }
a { background-color: rgb(2,131,219); }
div.DivClassName
{
background-color: #0283DB;
}
.BgClassName
{
background-color: #0283DB;
}
</style>
border-color css
<style>
span { border-color: #0283DB; }
span { border-color: rgb(2,131,219); }
td.TdClassName
{
border-color: #0283DB;
}
.TagClassName
{
border-color: #0283DB;
}
</style>