Shades of Navy Blue #0B57EA
Tints of Navy Blue #0B57EA
RGB
CMYK
RGB Variations
Color information
#0B57EA (or 0x0B57EA) is known color: Navy Blue. HEX triplet: 0B, 57 and EA. RGB value is (11,87,234). Sum of RGB (Red+Green+Blue) = 11+87+234=332 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.31% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B57EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B57EA is #F4A815. Grayscale: #505050. Windows color (decimal): -16033814 or 15357707. OLE color: 15357707.
HSL color Cylindrical-coordinate representation of color #0B57EA: hue angle of 219.55º 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 #0B57EA is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 87 | 234 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.08 |
| HSL | 219.55º | 0.91% | 0.48% | - |
| HSV(B) | 219.55º | 0.95% | 0.92% | - |
| XYZ | 18.4 | 12.83 | 79.35 | - |
| YUV | 81.03 | 214.32 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 87 | 234 | 0.95 | 0.63 | 0 | 0.08 | 219.55 | 0.91 | 0.48 |
| Hex | B | 57 | EA | 5F | 3F | 0 | 8 | DC | 5B | 30 |
| Octal | 13 | 127 | 352 | 137 | 77 | 0 | 10 | 334 | 133 | 60 |
| Binary | 1011 | 1010111 | 11101010 | 1011111 | 111111 | 0 | 1000 | 11011100 | 1011011 | 110000 |
Color Harmonies of #0B57EA
Complementary color
Monochromatic Colors of #0B57EA
Black with #0B57EA
Text Example
Text Example
White with #0B57EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B57EA; }
p { color: rgb(11,87,234); }
H1.HeaderClassName
{
color: #0B57EA;
}
.AnyTagClassName
{
color: #0B57EA;
}
</style>
background-color css
<style>
a { background-color: #0B57EA; }
a { background-color: rgb(11,87,234); }
div.DivClassName
{
background-color: #0B57EA;
}
.BgClassName
{
background-color: #0B57EA;
}
</style>
border-color css
<style>
span { border-color: #0B57EA; }
span { border-color: rgb(11,87,234); }
td.TdClassName
{
border-color: #0B57EA;
}
.TagClassName
{
border-color: #0B57EA;
}
</style>