Shades of Navy Blue #0B44FE
Tints of Navy Blue #0B44FE
RGB
CMYK
RGB Variations
Color information
#0B44FE (or 0x0B44FE) is known color: Navy Blue. HEX triplet: 0B, 44 and FE. RGB value is (11,68,254). Sum of RGB (Red+Green+Blue) = 11+68+254=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B44FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B44FE is #F4BB01. Grayscale: #474747. Windows color (decimal): -16038658 or 16663563. OLE color: 16663563.
HSL color Cylindrical-coordinate representation of color #0B44FE: hue angle of 225.93º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B44FE is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 68 | 254 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.00 |
| HSL | 225.93º | 0.99% | 0.52% | - |
| HSV(B) | 225.93º | 0.96% | 1% | - |
| XYZ | 20.09 | 11.36 | 94.9 | - |
| YUV | 72.16 | 230.62 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 68 | 254 | 0.96 | 0.73 | 0 | 0.00 | 225.93 | 0.99 | 0.52 |
| Hex | B | 44 | FE | 60 | 49 | 0 | 0 | E2 | 63 | 34 |
| Octal | 13 | 104 | 376 | 140 | 111 | 0 | 0 | 342 | 143 | 64 |
| Binary | 1011 | 1000100 | 11111110 | 1100000 | 1001001 | 0 | 0 | 11100010 | 1100011 | 110100 |
Color Harmonies of #0B44FE
Complementary color
Monochromatic Colors of #0B44FE
Black with #0B44FE
Text Example
Text Example
White with #0B44FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B44FE; }
p { color: rgb(11,68,254); }
H1.HeaderClassName
{
color: #0B44FE;
}
.AnyTagClassName
{
color: #0B44FE;
}
</style>
background-color css
<style>
a { background-color: #0B44FE; }
a { background-color: rgb(11,68,254); }
div.DivClassName
{
background-color: #0B44FE;
}
.BgClassName
{
background-color: #0B44FE;
}
</style>
border-color css
<style>
span { border-color: #0B44FE; }
span { border-color: rgb(11,68,254); }
td.TdClassName
{
border-color: #0B44FE;
}
.TagClassName
{
border-color: #0B44FE;
}
</style>