Shades of Navy Blue #0943FA
Tints of Navy Blue #0943FA
RGB
CMYK
RGB Variations
Color information
#0943FA (or 0x0943FA) is known color: Navy Blue. HEX triplet: 09, 43 and FA. RGB value is (9,67,250). Sum of RGB (Red+Green+Blue) = 9+67+250=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #0943FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0943FA is #F6BC05. Grayscale: #454545. Windows color (decimal): -16169990 or 16401161. OLE color: 16401161.
HSL color Cylindrical-coordinate representation of color #0943FA: hue angle of 225.56º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0943FA is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 67 | 250 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.02 |
| HSL | 225.56º | 0.96% | 0.51% | - |
| HSV(B) | 225.56º | 0.96% | 0.98% | - |
| XYZ | 19.38 | 10.97 | 91.54 | - |
| YUV | 70.52 | 229.28 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 250 | 0.96 | 0.73 | 0 | 0.02 | 225.56 | 0.96 | 0.51 |
| Hex | 9 | 43 | FA | 60 | 49 | 0 | 2 | E2 | 60 | 33 |
| Octal | 11 | 103 | 372 | 140 | 111 | 0 | 2 | 342 | 140 | 63 |
| Binary | 1001 | 1000011 | 11111010 | 1100000 | 1001001 | 0 | 10 | 11100010 | 1100000 | 110011 |
Color Harmonies of #0943FA
Complementary color
Monochromatic Colors of #0943FA
Black with #0943FA
Text Example
Text Example
White with #0943FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0943FA; }
p { color: rgb(9,67,250); }
H1.HeaderClassName
{
color: #0943FA;
}
.AnyTagClassName
{
color: #0943FA;
}
</style>
background-color css
<style>
a { background-color: #0943FA; }
a { background-color: rgb(9,67,250); }
div.DivClassName
{
background-color: #0943FA;
}
.BgClassName
{
background-color: #0943FA;
}
</style>
border-color css
<style>
span { border-color: #0943FA; }
span { border-color: rgb(9,67,250); }
td.TdClassName
{
border-color: #0943FA;
}
.TagClassName
{
border-color: #0943FA;
}
</style>