Shades of Navy Blue #0282CB
Tints of Navy Blue #0282CB
RGB
CMYK
RGB Variations
Color information
#0282CB (or 0x0282CB) is known color: Navy Blue. HEX triplet: 02, 82 and CB. RGB value is (2,130,203). Sum of RGB (Red+Green+Blue) = 2+130+203=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #0282CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0282CB is #FD7D34. Grayscale: #636363. Windows color (decimal): -16612661 or 13337090. OLE color: 13337090.
HSL color Cylindrical-coordinate representation of color #0282CB: hue angle of 201.79º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0282CB is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 130 | 203 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.20 |
| HSL | 201.79º | 0.98% | 0.4% | - |
| HSV(B) | 201.79º | 0.99% | 0.8% | - |
| XYZ | 18.79 | 20.29 | 59.43 | - |
| YUV | 100.05 | 186.09 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 203 | 0.99 | 0.36 | 0 | 0.20 | 201.79 | 0.98 | 0.4 |
| Hex | 2 | 82 | CB | 63 | 24 | 0 | 14 | CA | 62 | 28 |
| Octal | 2 | 202 | 313 | 143 | 44 | 0 | 24 | 312 | 142 | 50 |
| Binary | 10 | 10000010 | 11001011 | 1100011 | 100100 | 0 | 10100 | 11001010 | 1100010 | 101000 |
Color Harmonies of #0282CB
Complementary color
Monochromatic Colors of #0282CB
Black with #0282CB
Text Example
Text Example
White with #0282CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0282CB; }
p { color: rgb(2,130,203); }
H1.HeaderClassName
{
color: #0282CB;
}
.AnyTagClassName
{
color: #0282CB;
}
</style>
background-color css
<style>
a { background-color: #0282CB; }
a { background-color: rgb(2,130,203); }
div.DivClassName
{
background-color: #0282CB;
}
.BgClassName
{
background-color: #0282CB;
}
</style>
border-color css
<style>
span { border-color: #0282CB; }
span { border-color: rgb(2,130,203); }
td.TdClassName
{
border-color: #0282CB;
}
.TagClassName
{
border-color: #0282CB;
}
</style>