Shades of Navy Blue #0B63CA
Tints of Navy Blue #0B63CA
RGB
CMYK
RGB Variations
Color information
#0B63CA (or 0x0B63CA) is known color: Navy Blue. HEX triplet: 0B, 63 and CA. RGB value is (11,99,202). Sum of RGB (Red+Green+Blue) = 11+99+202=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B63CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B63CA is #F49C35. Grayscale: #535353. Windows color (decimal): -16030774 or 13263627. OLE color: 13263627.
HSL color Cylindrical-coordinate representation of color #0B63CA: hue angle of 212.36º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B63CA is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 99 | 202 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.21 |
| HSL | 212.36º | 0.9% | 0.42% | - |
| HSV(B) | 212.36º | 0.95% | 0.79% | - |
| XYZ | 15.26 | 13.26 | 57.63 | - |
| YUV | 84.43 | 194.35 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 99 | 202 | 0.95 | 0.51 | 0 | 0.21 | 212.36 | 0.9 | 0.42 |
| Hex | B | 63 | CA | 5F | 33 | 0 | 15 | D4 | 5A | 2A |
| Octal | 13 | 143 | 312 | 137 | 63 | 0 | 25 | 324 | 132 | 52 |
| Binary | 1011 | 1100011 | 11001010 | 1011111 | 110011 | 0 | 10101 | 11010100 | 1011010 | 101010 |
Color Harmonies of #0B63CA
Complementary color
Monochromatic Colors of #0B63CA
Black with #0B63CA
Text Example
Text Example
White with #0B63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B63CA; }
p { color: rgb(11,99,202); }
H1.HeaderClassName
{
color: #0B63CA;
}
.AnyTagClassName
{
color: #0B63CA;
}
</style>
background-color css
<style>
a { background-color: #0B63CA; }
a { background-color: rgb(11,99,202); }
div.DivClassName
{
background-color: #0B63CA;
}
.BgClassName
{
background-color: #0B63CA;
}
</style>
border-color css
<style>
span { border-color: #0B63CA; }
span { border-color: rgb(11,99,202); }
td.TdClassName
{
border-color: #0B63CA;
}
.TagClassName
{
border-color: #0B63CA;
}
</style>