Shades of Navy Blue #0B5ADC
Tints of Navy Blue #0B5ADC
RGB
CMYK
RGB Variations
Color information
#0B5ADC (or 0x0B5ADC) is known color: Navy Blue. HEX triplet: 0B, 5A and DC. RGB value is (11,90,220). Sum of RGB (Red+Green+Blue) = 11+90+220=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 90 (35.55% from 255 or 28.04% 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 #0B5ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5ADC is #F4A523. Grayscale: #505050. Windows color (decimal): -16033060 or 14440971. OLE color: 14440971.
HSL color Cylindrical-coordinate representation of color #0B5ADC: hue angle of 217.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B5ADC is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 90 | 220 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.14 |
| HSL | 217.32º | 0.9% | 0.45% | - |
| HSV(B) | 217.32º | 0.95% | 0.86% | - |
| XYZ | 16.71 | 12.55 | 69.25 | - |
| YUV | 81.2 | 206.33 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 220 | 0.95 | 0.59 | 0 | 0.14 | 217.32 | 0.9 | 0.45 |
| Hex | B | 5A | DC | 5F | 3B | 0 | E | D9 | 5A | 2D |
| Octal | 13 | 132 | 334 | 137 | 73 | 0 | 16 | 331 | 132 | 55 |
| Binary | 1011 | 1011010 | 11011100 | 1011111 | 111011 | 0 | 1110 | 11011001 | 1011010 | 101101 |
Color Harmonies of #0B5ADC
Complementary color
Monochromatic Colors of #0B5ADC
Black with #0B5ADC
Text Example
Text Example
White with #0B5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5ADC; }
p { color: rgb(11,90,220); }
H1.HeaderClassName
{
color: #0B5ADC;
}
.AnyTagClassName
{
color: #0B5ADC;
}
</style>
background-color css
<style>
a { background-color: #0B5ADC; }
a { background-color: rgb(11,90,220); }
div.DivClassName
{
background-color: #0B5ADC;
}
.BgClassName
{
background-color: #0B5ADC;
}
</style>
border-color css
<style>
span { border-color: #0B5ADC; }
span { border-color: rgb(11,90,220); }
td.TdClassName
{
border-color: #0B5ADC;
}
.TagClassName
{
border-color: #0B5ADC;
}
</style>