Shades of Navy Blue #0943EF
Tints of Navy Blue #0943EF
RGB
CMYK
RGB Variations
Color information
#0943EF (or 0x0943EF) is known color: Navy Blue. HEX triplet: 09, 43 and EF. RGB value is (9,67,239). Sum of RGB (Red+Green+Blue) = 9+67+239=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #0943EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0943EF is #F6BC10. Grayscale: #444444. Windows color (decimal): -16170001 or 15680265. OLE color: 15680265.
HSL color Cylindrical-coordinate representation of color #0943EF: hue angle of 224.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0943EF is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 67 | 239 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.06 |
| HSL | 224.87º | 0.93% | 0.49% | - |
| HSV(B) | 224.87º | 0.96% | 0.94% | - |
| XYZ | 17.7 | 10.3 | 82.72 | - |
| YUV | 69.27 | 223.78 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 239 | 0.96 | 0.72 | 0 | 0.06 | 224.87 | 0.93 | 0.49 |
| Hex | 9 | 43 | EF | 60 | 48 | 0 | 6 | E1 | 5D | 31 |
| Octal | 11 | 103 | 357 | 140 | 110 | 0 | 6 | 341 | 135 | 61 |
| Binary | 1001 | 1000011 | 11101111 | 1100000 | 1001000 | 0 | 110 | 11100001 | 1011101 | 110001 |
Color Harmonies of #0943EF
Complementary color
Monochromatic Colors of #0943EF
Black with #0943EF
Text Example
Text Example
White with #0943EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0943EF; }
p { color: rgb(9,67,239); }
H1.HeaderClassName
{
color: #0943EF;
}
.AnyTagClassName
{
color: #0943EF;
}
</style>
background-color css
<style>
a { background-color: #0943EF; }
a { background-color: rgb(9,67,239); }
div.DivClassName
{
background-color: #0943EF;
}
.BgClassName
{
background-color: #0943EF;
}
</style>
border-color css
<style>
span { border-color: #0943EF; }
span { border-color: rgb(9,67,239); }
td.TdClassName
{
border-color: #0943EF;
}
.TagClassName
{
border-color: #0943EF;
}
</style>