Shades of Navy Blue #0362CD
Tints of Navy Blue #0362CD
RGB
CMYK
RGB Variations
Color information
#0362CD (or 0x0362CD) is known color: Navy Blue. HEX triplet: 03, 62 and CD. RGB value is (3,98,205). Sum of RGB (Red+Green+Blue) = 3+98+205=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #0362CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0362CD is #FC9D32. Grayscale: #515151. Windows color (decimal): -16555315 or 13459971. OLE color: 13459971.
HSL color Cylindrical-coordinate representation of color #0362CD: hue angle of 211.78º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0362CD is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 98 | 205 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.20 |
| HSL | 211.78º | 0.97% | 0.41% | - |
| HSV(B) | 211.78º | 0.99% | 0.8% | - |
| XYZ | 15.42 | 13.16 | 59.49 | - |
| YUV | 81.79 | 197.53 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 205 | 0.99 | 0.52 | 0 | 0.20 | 211.78 | 0.97 | 0.41 |
| Hex | 3 | 62 | CD | 63 | 34 | 0 | 14 | D4 | 61 | 29 |
| Octal | 3 | 142 | 315 | 143 | 64 | 0 | 24 | 324 | 141 | 51 |
| Binary | 11 | 1100010 | 11001101 | 1100011 | 110100 | 0 | 10100 | 11010100 | 1100001 | 101001 |
Color Harmonies of #0362CD
Complementary color
Monochromatic Colors of #0362CD
Black with #0362CD
Text Example
Text Example
White with #0362CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0362CD; }
p { color: rgb(3,98,205); }
H1.HeaderClassName
{
color: #0362CD;
}
.AnyTagClassName
{
color: #0362CD;
}
</style>
background-color css
<style>
a { background-color: #0362CD; }
a { background-color: rgb(3,98,205); }
div.DivClassName
{
background-color: #0362CD;
}
.BgClassName
{
background-color: #0362CD;
}
</style>
border-color css
<style>
span { border-color: #0362CD; }
span { border-color: rgb(3,98,205); }
td.TdClassName
{
border-color: #0362CD;
}
.TagClassName
{
border-color: #0362CD;
}
</style>