Shades of Navy Blue #0B58F3
Tints of Navy Blue #0B58F3
RGB
CMYK
RGB Variations
Color information
#0B58F3 (or 0x0B58F3) is known color: Navy Blue. HEX triplet: 0B, 58 and F3. RGB value is (11,88,243). Sum of RGB (Red+Green+Blue) = 11+88+243=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 243 (95.31% from 255 or 71.05% from 342); Max value from RGB is 243 - color contains mainly: blue. Hex color #0B58F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B58F3 is #F4A70C. Grayscale: #515151. Windows color (decimal): -16033549 or 15947787. OLE color: 15947787.
HSL color Cylindrical-coordinate representation of color #0B58F3: hue angle of 220.09º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B58F3 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 88 | 243 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.05 |
| HSL | 220.09º | 0.91% | 0.5% | - |
| HSV(B) | 220.09º | 0.95% | 0.95% | - |
| XYZ | 19.81 | 13.52 | 86.36 | - |
| YUV | 82.65 | 218.49 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 88 | 243 | 0.95 | 0.64 | 0 | 0.05 | 220.09 | 0.91 | 0.5 |
| Hex | B | 58 | F3 | 5F | 40 | 0 | 5 | DC | 5B | 32 |
| Octal | 13 | 130 | 363 | 137 | 100 | 0 | 5 | 334 | 133 | 62 |
| Binary | 1011 | 1011000 | 11110011 | 1011111 | 1000000 | 0 | 101 | 11011100 | 1011011 | 110010 |
Color Harmonies of #0B58F3
Complementary color
Monochromatic Colors of #0B58F3
Black with #0B58F3
Text Example
Text Example
White with #0B58F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B58F3; }
p { color: rgb(11,88,243); }
H1.HeaderClassName
{
color: #0B58F3;
}
.AnyTagClassName
{
color: #0B58F3;
}
</style>
background-color css
<style>
a { background-color: #0B58F3; }
a { background-color: rgb(11,88,243); }
div.DivClassName
{
background-color: #0B58F3;
}
.BgClassName
{
background-color: #0B58F3;
}
</style>
border-color css
<style>
span { border-color: #0B58F3; }
span { border-color: rgb(11,88,243); }
td.TdClassName
{
border-color: #0B58F3;
}
.TagClassName
{
border-color: #0B58F3;
}
</style>