Shades of Navy Blue #0B5CCA
Tints of Navy Blue #0B5CCA
RGB
CMYK
RGB Variations
Color information
#0B5CCA (or 0x0B5CCA) is known color: Navy Blue. HEX triplet: 0B, 5C and CA. RGB value is (11,92,202). Sum of RGB (Red+Green+Blue) = 11+92+202=305 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.61% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B5CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5CCA is #F4A335. Grayscale: #4F4F4F. Windows color (decimal): -16032566 or 13261835. OLE color: 13261835.
HSL color Cylindrical-coordinate representation of color #0B5CCA: hue angle of 214.55º 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 #0B5CCA is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 92 | 202 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.21 |
| HSL | 214.56º | 0.9% | 0.42% | - |
| HSV(B) | 214.56º | 0.95% | 0.79% | - |
| XYZ | 14.63 | 11.99 | 57.42 | - |
| YUV | 80.32 | 196.66 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 92 | 202 | 0.95 | 0.54 | 0 | 0.21 | 214.56 | 0.9 | 0.42 |
| Hex | B | 5C | CA | 5F | 36 | 0 | 15 | D7 | 5A | 2A |
| Octal | 13 | 134 | 312 | 137 | 66 | 0 | 25 | 327 | 132 | 52 |
| Binary | 1011 | 1011100 | 11001010 | 1011111 | 110110 | 0 | 10101 | 11010111 | 1011010 | 101010 |
Color Harmonies of #0B5CCA
Complementary color
Monochromatic Colors of #0B5CCA
Black with #0B5CCA
Text Example
Text Example
White with #0B5CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5CCA; }
p { color: rgb(11,92,202); }
H1.HeaderClassName
{
color: #0B5CCA;
}
.AnyTagClassName
{
color: #0B5CCA;
}
</style>
background-color css
<style>
a { background-color: #0B5CCA; }
a { background-color: rgb(11,92,202); }
div.DivClassName
{
background-color: #0B5CCA;
}
.BgClassName
{
background-color: #0B5CCA;
}
</style>
border-color css
<style>
span { border-color: #0B5CCA; }
span { border-color: rgb(11,92,202); }
td.TdClassName
{
border-color: #0B5CCA;
}
.TagClassName
{
border-color: #0B5CCA;
}
</style>