Shades of Navy Blue #0B54E5
Tints of Navy Blue #0B54E5
RGB
CMYK
RGB Variations
Color information
#0B54E5 (or 0x0B54E5) is known color: Navy Blue. HEX triplet: 0B, 54 and E5. RGB value is (11,84,229). Sum of RGB (Red+Green+Blue) = 11+84+229=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 229 (89.84% from 255 or 70.68% from 324); Max value from RGB is 229 - color contains mainly: blue. Hex color #0B54E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B54E5 is #F4AB1A. Grayscale: #4E4E4E. Windows color (decimal): -16034587 or 15029259. OLE color: 15029259.
HSL color Cylindrical-coordinate representation of color #0B54E5: hue angle of 219.91º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B54E5 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 84 | 229 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.10 |
| HSL | 219.91º | 0.91% | 0.47% | - |
| HSV(B) | 219.91º | 0.95% | 0.9% | - |
| XYZ | 17.45 | 12.07 | 75.54 | - |
| YUV | 78.7 | 212.82 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 84 | 229 | 0.95 | 0.63 | 0 | 0.10 | 219.91 | 0.91 | 0.47 |
| Hex | B | 54 | E5 | 5F | 3F | 0 | A | DC | 5B | 2F |
| Octal | 13 | 124 | 345 | 137 | 77 | 0 | 12 | 334 | 133 | 57 |
| Binary | 1011 | 1010100 | 11100101 | 1011111 | 111111 | 0 | 1010 | 11011100 | 1011011 | 101111 |
Color Harmonies of #0B54E5
Complementary color
Monochromatic Colors of #0B54E5
Black with #0B54E5
Text Example
Text Example
White with #0B54E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B54E5; }
p { color: rgb(11,84,229); }
H1.HeaderClassName
{
color: #0B54E5;
}
.AnyTagClassName
{
color: #0B54E5;
}
</style>
background-color css
<style>
a { background-color: #0B54E5; }
a { background-color: rgb(11,84,229); }
div.DivClassName
{
background-color: #0B54E5;
}
.BgClassName
{
background-color: #0B54E5;
}
</style>
border-color css
<style>
span { border-color: #0B54E5; }
span { border-color: rgb(11,84,229); }
td.TdClassName
{
border-color: #0B54E5;
}
.TagClassName
{
border-color: #0B54E5;
}
</style>