Shades of Navy Blue #0943FE
Tints of Navy Blue #0943FE
RGB
CMYK
RGB Variations
Color information
#0943FE (or 0x0943FE) is known color: Navy Blue. HEX triplet: 09, 43 and FE. RGB value is (9,67,254). Sum of RGB (Red+Green+Blue) = 9+67+254=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #0943FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0943FE is #F6BC01. Grayscale: #464646. Windows color (decimal): -16169986 or 16663305. OLE color: 16663305.
HSL color Cylindrical-coordinate representation of color #0943FE: hue angle of 225.8º 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 #0943FE is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 67 | 254 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.00 |
| HSL | 225.8º | 0.99% | 0.52% | - |
| HSV(B) | 225.8º | 0.96% | 1% | - |
| XYZ | 20.01 | 11.23 | 94.88 | - |
| YUV | 70.98 | 231.28 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 254 | 0.96 | 0.74 | 0 | 0.00 | 225.8 | 0.99 | 0.52 |
| Hex | 9 | 43 | FE | 60 | 4A | 0 | 0 | E2 | 63 | 34 |
| Octal | 11 | 103 | 376 | 140 | 112 | 0 | 0 | 342 | 143 | 64 |
| Binary | 1001 | 1000011 | 11111110 | 1100000 | 1001010 | 0 | 0 | 11100010 | 1100011 | 110100 |
Color Harmonies of #0943FE
Complementary color
Monochromatic Colors of #0943FE
Black with #0943FE
Text Example
Text Example
White with #0943FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0943FE; }
p { color: rgb(9,67,254); }
H1.HeaderClassName
{
color: #0943FE;
}
.AnyTagClassName
{
color: #0943FE;
}
</style>
background-color css
<style>
a { background-color: #0943FE; }
a { background-color: rgb(9,67,254); }
div.DivClassName
{
background-color: #0943FE;
}
.BgClassName
{
background-color: #0943FE;
}
</style>
border-color css
<style>
span { border-color: #0943FE; }
span { border-color: rgb(9,67,254); }
td.TdClassName
{
border-color: #0943FE;
}
.TagClassName
{
border-color: #0943FE;
}
</style>