Shades of Navy Blue #0951E3
Tints of Navy Blue #0951E3
RGB
CMYK
RGB Variations
Color information
#0951E3 (or 0x0951E3) is known color: Navy Blue. HEX triplet: 09, 51 and E3. RGB value is (9,81,227). Sum of RGB (Red+Green+Blue) = 9+81+227=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 227 (89.06% from 255 or 71.61% from 317); Max value from RGB is 227 - color contains mainly: blue. Hex color #0951E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0951E3 is #F6AE1C. Grayscale: #4B4B4B. Windows color (decimal): -16166429 or 14897417. OLE color: 14897417.
HSL color Cylindrical-coordinate representation of color #0951E3: hue angle of 220.18º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0951E3 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 81 | 227 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.11 |
| HSL | 220.18º | 0.92% | 0.46% | - |
| HSV(B) | 220.18º | 0.96% | 0.89% | - |
| XYZ | 16.92 | 11.49 | 74 | - |
| YUV | 76.12 | 213.15 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 227 | 0.96 | 0.64 | 0 | 0.11 | 220.18 | 0.92 | 0.46 |
| Hex | 9 | 51 | E3 | 60 | 40 | 0 | B | DC | 5C | 2E |
| Octal | 11 | 121 | 343 | 140 | 100 | 0 | 13 | 334 | 134 | 56 |
| Binary | 1001 | 1010001 | 11100011 | 1100000 | 1000000 | 0 | 1011 | 11011100 | 1011100 | 101110 |
Color Harmonies of #0951E3
Complementary color
Monochromatic Colors of #0951E3
Black with #0951E3
Text Example
Text Example
White with #0951E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0951E3; }
p { color: rgb(9,81,227); }
H1.HeaderClassName
{
color: #0951E3;
}
.AnyTagClassName
{
color: #0951E3;
}
</style>
background-color css
<style>
a { background-color: #0951E3; }
a { background-color: rgb(9,81,227); }
div.DivClassName
{
background-color: #0951E3;
}
.BgClassName
{
background-color: #0951E3;
}
</style>
border-color css
<style>
span { border-color: #0951E3; }
span { border-color: rgb(9,81,227); }
td.TdClassName
{
border-color: #0951E3;
}
.TagClassName
{
border-color: #0951E3;
}
</style>