Shades of Navy Blue #0943FF
Tints of Navy Blue #0943FF
RGB
CMYK
RGB Variations
Color information
#0943FF (or 0x0943FF) is known color: Navy Blue. HEX triplet: 09, 43 and FF. RGB value is (9,67,255). Sum of RGB (Red+Green+Blue) = 9+67+255=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #0943FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0943FF is #F6BC00. Grayscale: #464646. Windows color (decimal): -16169985 or 16728841. OLE color: 16728841.
HSL color Cylindrical-coordinate representation of color #0943FF: hue angle of 225.85º 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 #0943FF is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 67 | 255 | - |
| CMYK | 0.96 | 0.74 | 0 | 0 |
| HSL | 225.85º | 1% | 0.52% | - |
| HSV(B) | 225.85º | 0.96% | 1% | - |
| XYZ | 20.17 | 11.29 | 95.72 | - |
| YUV | 71.09 | 231.78 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 255 | 0.96 | 0.74 | 0 | 0 | 225.85 | 1 | 0.52 |
| Hex | 9 | 43 | FF | 60 | 4A | 0 | 0 | E2 | 64 | 34 |
| Octal | 11 | 103 | 377 | 140 | 112 | 0 | 0 | 342 | 144 | 64 |
| Binary | 1001 | 1000011 | 11111111 | 1100000 | 1001010 | 0 | 0 | 11100010 | 1100100 | 110100 |
Color Harmonies of #0943FF
Complementary color
Monochromatic Colors of #0943FF
Black with #0943FF
Text Example
Text Example
White with #0943FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0943FF; }
p { color: rgb(9,67,255); }
H1.HeaderClassName
{
color: #0943FF;
}
.AnyTagClassName
{
color: #0943FF;
}
</style>
background-color css
<style>
a { background-color: #0943FF; }
a { background-color: rgb(9,67,255); }
div.DivClassName
{
background-color: #0943FF;
}
.BgClassName
{
background-color: #0943FF;
}
</style>
border-color css
<style>
span { border-color: #0943FF; }
span { border-color: rgb(9,67,255); }
td.TdClassName
{
border-color: #0943FF;
}
.TagClassName
{
border-color: #0943FF;
}
</style>