Shades of Navy Blue #0363CD
Tints of Navy Blue #0363CD
RGB
CMYK
RGB Variations
Color information
#0363CD (or 0x0363CD) is known color: Navy Blue. HEX triplet: 03, 63 and CD. RGB value is (3,99,205). Sum of RGB (Red+Green+Blue) = 3+99+205=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #0363CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0363CD is #FC9C32. Grayscale: #515151. Windows color (decimal): -16555059 or 13460227. OLE color: 13460227.
HSL color Cylindrical-coordinate representation of color #0363CD: hue angle of 211.49º 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 #0363CD is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 99 | 205 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.20 |
| HSL | 211.49º | 0.97% | 0.41% | - |
| HSV(B) | 211.49º | 0.99% | 0.8% | - |
| XYZ | 15.52 | 13.35 | 59.52 | - |
| YUV | 82.38 | 197.2 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 205 | 0.99 | 0.52 | 0 | 0.20 | 211.49 | 0.97 | 0.41 |
| Hex | 3 | 63 | CD | 63 | 34 | 0 | 14 | D3 | 61 | 29 |
| Octal | 3 | 143 | 315 | 143 | 64 | 0 | 24 | 323 | 141 | 51 |
| Binary | 11 | 1100011 | 11001101 | 1100011 | 110100 | 0 | 10100 | 11010011 | 1100001 | 101001 |
Color Harmonies of #0363CD
Complementary color
Monochromatic Colors of #0363CD
Black with #0363CD
Text Example
Text Example
White with #0363CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0363CD; }
p { color: rgb(3,99,205); }
H1.HeaderClassName
{
color: #0363CD;
}
.AnyTagClassName
{
color: #0363CD;
}
</style>
background-color css
<style>
a { background-color: #0363CD; }
a { background-color: rgb(3,99,205); }
div.DivClassName
{
background-color: #0363CD;
}
.BgClassName
{
background-color: #0363CD;
}
</style>
border-color css
<style>
span { border-color: #0363CD; }
span { border-color: rgb(3,99,205); }
td.TdClassName
{
border-color: #0363CD;
}
.TagClassName
{
border-color: #0363CD;
}
</style>