Shades of Navy Blue #0B5CF1
Tints of Navy Blue #0B5CF1
RGB
CMYK
RGB Variations
Color information
#0B5CF1 (or 0x0B5CF1) is known color: Navy Blue. HEX triplet: 0B, 5C and F1. RGB value is (11,92,241). Sum of RGB (Red+Green+Blue) = 11+92+241=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 241 (94.53% from 255 or 70.06% from 344); Max value from RGB is 241 - color contains mainly: blue. Hex color #0B5CF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B5CF1 is #F4A30E. Grayscale: #545454. Windows color (decimal): -16032527 or 15817739. OLE color: 15817739.
HSL color Cylindrical-coordinate representation of color #0B5CF1: hue angle of 218.87º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B5CF1 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 92 | 241 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.05 |
| HSL | 218.87º | 0.91% | 0.49% | - |
| HSV(B) | 218.87º | 0.95% | 0.95% | - |
| XYZ | 19.84 | 14.08 | 84.89 | - |
| YUV | 84.77 | 216.16 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 92 | 241 | 0.95 | 0.62 | 0 | 0.05 | 218.87 | 0.91 | 0.49 |
| Hex | B | 5C | F1 | 5F | 3E | 0 | 5 | DB | 5B | 31 |
| Octal | 13 | 134 | 361 | 137 | 76 | 0 | 5 | 333 | 133 | 61 |
| Binary | 1011 | 1011100 | 11110001 | 1011111 | 111110 | 0 | 101 | 11011011 | 1011011 | 110001 |
Color Harmonies of #0B5CF1
Complementary color
Monochromatic Colors of #0B5CF1
Black with #0B5CF1
Text Example
Text Example
White with #0B5CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5CF1; }
p { color: rgb(11,92,241); }
H1.HeaderClassName
{
color: #0B5CF1;
}
.AnyTagClassName
{
color: #0B5CF1;
}
</style>
background-color css
<style>
a { background-color: #0B5CF1; }
a { background-color: rgb(11,92,241); }
div.DivClassName
{
background-color: #0B5CF1;
}
.BgClassName
{
background-color: #0B5CF1;
}
</style>
border-color css
<style>
span { border-color: #0B5CF1; }
span { border-color: rgb(11,92,241); }
td.TdClassName
{
border-color: #0B5CF1;
}
.TagClassName
{
border-color: #0B5CF1;
}
</style>