Shades of Navy Blue #0945FE
Tints of Navy Blue #0945FE
RGB
CMYK
RGB Variations
Color information
#0945FE (or 0x0945FE) is known color: Navy Blue. HEX triplet: 09, 45 and FE. RGB value is (9,69,254). Sum of RGB (Red+Green+Blue) = 9+69+254=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #0945FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0945FE is #F6BA01. Grayscale: #474747. Windows color (decimal): -16169474 or 16663817. OLE color: 16663817.
HSL color Cylindrical-coordinate representation of color #0945FE: hue angle of 225.31º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0945FE is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 69 | 254 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.00 |
| HSL | 225.31º | 0.99% | 0.52% | - |
| HSV(B) | 225.31º | 0.96% | 1% | - |
| XYZ | 20.13 | 11.47 | 94.92 | - |
| YUV | 72.15 | 230.62 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 254 | 0.96 | 0.73 | 0 | 0.00 | 225.31 | 0.99 | 0.52 |
| Hex | 9 | 45 | FE | 60 | 49 | 0 | 0 | E1 | 63 | 34 |
| Octal | 11 | 105 | 376 | 140 | 111 | 0 | 0 | 341 | 143 | 64 |
| Binary | 1001 | 1000101 | 11111110 | 1100000 | 1001001 | 0 | 0 | 11100001 | 1100011 | 110100 |
Color Harmonies of #0945FE
Complementary color
Monochromatic Colors of #0945FE
Black with #0945FE
Text Example
Text Example
White with #0945FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0945FE; }
p { color: rgb(9,69,254); }
H1.HeaderClassName
{
color: #0945FE;
}
.AnyTagClassName
{
color: #0945FE;
}
</style>
background-color css
<style>
a { background-color: #0945FE; }
a { background-color: rgb(9,69,254); }
div.DivClassName
{
background-color: #0945FE;
}
.BgClassName
{
background-color: #0945FE;
}
</style>
border-color css
<style>
span { border-color: #0945FE; }
span { border-color: rgb(9,69,254); }
td.TdClassName
{
border-color: #0945FE;
}
.TagClassName
{
border-color: #0945FE;
}
</style>