Shades of Navy Blue #0951E7
Tints of Navy Blue #0951E7
RGB
CMYK
RGB Variations
Color information
#0951E7 (or 0x0951E7) is known color: Navy Blue. HEX triplet: 09, 51 and E7. RGB value is (9,81,231). Sum of RGB (Red+Green+Blue) = 9+81+231=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 231 (90.62% from 255 or 71.96% from 321); Max value from RGB is 231 - color contains mainly: blue. Hex color #0951E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0951E7 is #F6AE18. Grayscale: #4B4B4B. Windows color (decimal): -16166425 or 15159561. OLE color: 15159561.
HSL color Cylindrical-coordinate representation of color #0951E7: hue angle of 220.54º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0951E7 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 81 | 231 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.09 |
| HSL | 220.54º | 0.93% | 0.47% | - |
| HSV(B) | 220.54º | 0.96% | 0.91% | - |
| XYZ | 17.48 | 11.71 | 76.94 | - |
| YUV | 76.57 | 215.15 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 231 | 0.96 | 0.65 | 0 | 0.09 | 220.54 | 0.93 | 0.47 |
| Hex | 9 | 51 | E7 | 60 | 41 | 0 | 9 | DD | 5C | 2F |
| Octal | 11 | 121 | 347 | 140 | 101 | 0 | 11 | 335 | 134 | 57 |
| Binary | 1001 | 1010001 | 11100111 | 1100000 | 1000001 | 0 | 1001 | 11011101 | 1011100 | 101111 |
Color Harmonies of #0951E7
Complementary color
Monochromatic Colors of #0951E7
Black with #0951E7
Text Example
Text Example
White with #0951E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0951E7; }
p { color: rgb(9,81,231); }
H1.HeaderClassName
{
color: #0951E7;
}
.AnyTagClassName
{
color: #0951E7;
}
</style>
background-color css
<style>
a { background-color: #0951E7; }
a { background-color: rgb(9,81,231); }
div.DivClassName
{
background-color: #0951E7;
}
.BgClassName
{
background-color: #0951E7;
}
</style>
border-color css
<style>
span { border-color: #0951E7; }
span { border-color: rgb(9,81,231); }
td.TdClassName
{
border-color: #0951E7;
}
.TagClassName
{
border-color: #0951E7;
}
</style>