Shades of Navy Blue #0362DC
Tints of Navy Blue #0362DC
RGB
CMYK
RGB Variations
Color information
#0362DC (or 0x0362DC) is known color: Navy Blue. HEX triplet: 03, 62 and DC. RGB value is (3,98,220). Sum of RGB (Red+Green+Blue) = 3+98+220=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #0362DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0362DC is #FC9D23. Grayscale: #525252. Windows color (decimal): -16555300 or 14443011. OLE color: 14443011.
HSL color Cylindrical-coordinate representation of color #0362DC: hue angle of 213.73º degrees, saturation: 0.97, 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 #0362DC is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 98 | 220 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.14 |
| HSL | 213.73º | 0.97% | 0.44% | - |
| HSV(B) | 213.73º | 0.99% | 0.86% | - |
| XYZ | 17.32 | 13.92 | 69.48 | - |
| YUV | 83.5 | 205.03 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 220 | 0.99 | 0.55 | 0 | 0.14 | 213.73 | 0.97 | 0.44 |
| Hex | 3 | 62 | DC | 63 | 37 | 0 | E | D6 | 61 | 2C |
| Octal | 3 | 142 | 334 | 143 | 67 | 0 | 16 | 326 | 141 | 54 |
| Binary | 11 | 1100010 | 11011100 | 1100011 | 110111 | 0 | 1110 | 11010110 | 1100001 | 101100 |
Color Harmonies of #0362DC
Complementary color
Monochromatic Colors of #0362DC
Black with #0362DC
Text Example
Text Example
White with #0362DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0362DC; }
p { color: rgb(3,98,220); }
H1.HeaderClassName
{
color: #0362DC;
}
.AnyTagClassName
{
color: #0362DC;
}
</style>
background-color css
<style>
a { background-color: #0362DC; }
a { background-color: rgb(3,98,220); }
div.DivClassName
{
background-color: #0362DC;
}
.BgClassName
{
background-color: #0362DC;
}
</style>
border-color css
<style>
span { border-color: #0362DC; }
span { border-color: rgb(3,98,220); }
td.TdClassName
{
border-color: #0362DC;
}
.TagClassName
{
border-color: #0362DC;
}
</style>