Shades of Navy Blue #0954FD
Tints of Navy Blue #0954FD
RGB
CMYK
RGB Variations
Color information
#0954FD (or 0x0954FD) is known color: Navy Blue. HEX triplet: 09, 54 and FD. RGB value is (9,84,253). Sum of RGB (Red+Green+Blue) = 9+84+253=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #0954FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0954FD is #F6AB02. Grayscale: #505050. Windows color (decimal): -16165635 or 16602121. OLE color: 16602121.
HSL color Cylindrical-coordinate representation of color #0954FD: hue angle of 221.56º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0954FD is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 84 | 253 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.01 |
| HSL | 221.56º | 0.98% | 0.51% | - |
| HSV(B) | 221.56º | 0.96% | 0.99% | - |
| XYZ | 21.01 | 13.49 | 94.42 | - |
| YUV | 80.84 | 225.15 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 253 | 0.96 | 0.67 | 0 | 0.01 | 221.56 | 0.98 | 0.51 |
| Hex | 9 | 54 | FD | 60 | 43 | 0 | 1 | DE | 62 | 33 |
| Octal | 11 | 124 | 375 | 140 | 103 | 0 | 1 | 336 | 142 | 63 |
| Binary | 1001 | 1010100 | 11111101 | 1100000 | 1000011 | 0 | 1 | 11011110 | 1100010 | 110011 |
Color Harmonies of #0954FD
Complementary color
Monochromatic Colors of #0954FD
Black with #0954FD
Text Example
Text Example
White with #0954FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0954FD; }
p { color: rgb(9,84,253); }
H1.HeaderClassName
{
color: #0954FD;
}
.AnyTagClassName
{
color: #0954FD;
}
</style>
background-color css
<style>
a { background-color: #0954FD; }
a { background-color: rgb(9,84,253); }
div.DivClassName
{
background-color: #0954FD;
}
.BgClassName
{
background-color: #0954FD;
}
</style>
border-color css
<style>
span { border-color: #0954FD; }
span { border-color: rgb(9,84,253); }
td.TdClassName
{
border-color: #0954FD;
}
.TagClassName
{
border-color: #0954FD;
}
</style>