Shades of Navy Blue #0B64EA
Tints of Navy Blue #0B64EA
RGB
CMYK
RGB Variations
Color information
#0B64EA (or 0x0B64EA) is known color: Navy Blue. HEX triplet: 0B, 64 and EA. RGB value is (11,100,234). Sum of RGB (Red+Green+Blue) = 11+100+234=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B64EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B64EA is #F49B15. Grayscale: #585858. Windows color (decimal): -16030486 or 15361035. OLE color: 15361035.
HSL color Cylindrical-coordinate representation of color #0B64EA: hue angle of 216.05º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B64EA is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 100 | 234 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.08 |
| HSL | 216.05º | 0.91% | 0.48% | - |
| HSV(B) | 216.05º | 0.95% | 0.92% | - |
| XYZ | 19.55 | 15.13 | 79.73 | - |
| YUV | 88.67 | 210.01 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 100 | 234 | 0.95 | 0.57 | 0 | 0.08 | 216.05 | 0.91 | 0.48 |
| Hex | B | 64 | EA | 5F | 39 | 0 | 8 | D8 | 5B | 30 |
| Octal | 13 | 144 | 352 | 137 | 71 | 0 | 10 | 330 | 133 | 60 |
| Binary | 1011 | 1100100 | 11101010 | 1011111 | 111001 | 0 | 1000 | 11011000 | 1011011 | 110000 |
Color Harmonies of #0B64EA
Complementary color
Monochromatic Colors of #0B64EA
Black with #0B64EA
Text Example
Text Example
White with #0B64EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B64EA; }
p { color: rgb(11,100,234); }
H1.HeaderClassName
{
color: #0B64EA;
}
.AnyTagClassName
{
color: #0B64EA;
}
</style>
background-color css
<style>
a { background-color: #0B64EA; }
a { background-color: rgb(11,100,234); }
div.DivClassName
{
background-color: #0B64EA;
}
.BgClassName
{
background-color: #0B64EA;
}
</style>
border-color css
<style>
span { border-color: #0B64EA; }
span { border-color: rgb(11,100,234); }
td.TdClassName
{
border-color: #0B64EA;
}
.TagClassName
{
border-color: #0B64EA;
}
</style>