Shades of Navy Blue #0951FF
Tints of Navy Blue #0951FF
RGB
CMYK
RGB Variations
Color information
#0951FF (or 0x0951FF) is known color: Navy Blue. HEX triplet: 09, 51 and FF. RGB value is (9,81,255). Sum of RGB (Red+Green+Blue) = 9+81+255=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #0951FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0951FF is #F6AE00. Grayscale: #4E4E4E. Windows color (decimal): -16166401 or 16732425. OLE color: 16732425.
HSL color Cylindrical-coordinate representation of color #0951FF: hue angle of 222.44º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0951FF is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 81 | 255 | - |
| CMYK | 0.96 | 0.68 | 0 | 0 |
| HSL | 222.44º | 1% | 0.52% | - |
| HSV(B) | 222.44º | 0.96% | 1% | - |
| XYZ | 21.11 | 13.16 | 96.04 | - |
| YUV | 79.31 | 227.15 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 255 | 0.96 | 0.68 | 0 | 0 | 222.44 | 1 | 0.52 |
| Hex | 9 | 51 | FF | 60 | 44 | 0 | 0 | DE | 64 | 34 |
| Octal | 11 | 121 | 377 | 140 | 104 | 0 | 0 | 336 | 144 | 64 |
| Binary | 1001 | 1010001 | 11111111 | 1100000 | 1000100 | 0 | 0 | 11011110 | 1100100 | 110100 |
Color Harmonies of #0951FF
Complementary color
Monochromatic Colors of #0951FF
Black with #0951FF
Text Example
Text Example
White with #0951FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0951FF; }
p { color: rgb(9,81,255); }
H1.HeaderClassName
{
color: #0951FF;
}
.AnyTagClassName
{
color: #0951FF;
}
</style>
background-color css
<style>
a { background-color: #0951FF; }
a { background-color: rgb(9,81,255); }
div.DivClassName
{
background-color: #0951FF;
}
.BgClassName
{
background-color: #0951FF;
}
</style>
border-color css
<style>
span { border-color: #0951FF; }
span { border-color: rgb(9,81,255); }
td.TdClassName
{
border-color: #0951FF;
}
.TagClassName
{
border-color: #0951FF;
}
</style>