Shades of Navy Blue #0967EF
Tints of Navy Blue #0967EF
RGB
CMYK
RGB Variations
Color information
#0967EF (or 0x0967EF) is known color: Navy Blue. HEX triplet: 09, 67 and EF. RGB value is (9,103,239). Sum of RGB (Red+Green+Blue) = 9+103+239=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #0967EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0967EF is #F69810. Grayscale: #595959. Windows color (decimal): -16160785 or 15689481. OLE color: 15689481.
HSL color Cylindrical-coordinate representation of color #0967EF: hue angle of 215.48º 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 #0967EF is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 103 | 239 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.06 |
| HSL | 215.48º | 0.93% | 0.49% | - |
| HSV(B) | 215.48º | 0.96% | 0.94% | - |
| XYZ | 20.54 | 15.99 | 83.67 | - |
| YUV | 90.4 | 211.86 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 239 | 0.96 | 0.57 | 0 | 0.06 | 215.48 | 0.93 | 0.49 |
| Hex | 9 | 67 | EF | 60 | 39 | 0 | 6 | D7 | 5D | 31 |
| Octal | 11 | 147 | 357 | 140 | 71 | 0 | 6 | 327 | 135 | 61 |
| Binary | 1001 | 1100111 | 11101111 | 1100000 | 111001 | 0 | 110 | 11010111 | 1011101 | 110001 |
Color Harmonies of #0967EF
Complementary color
Monochromatic Colors of #0967EF
Black with #0967EF
Text Example
Text Example
White with #0967EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0967EF; }
p { color: rgb(9,103,239); }
H1.HeaderClassName
{
color: #0967EF;
}
.AnyTagClassName
{
color: #0967EF;
}
</style>
background-color css
<style>
a { background-color: #0967EF; }
a { background-color: rgb(9,103,239); }
div.DivClassName
{
background-color: #0967EF;
}
.BgClassName
{
background-color: #0967EF;
}
</style>
border-color css
<style>
span { border-color: #0967EF; }
span { border-color: rgb(9,103,239); }
td.TdClassName
{
border-color: #0967EF;
}
.TagClassName
{
border-color: #0967EF;
}
</style>