Shades of Navy Blue #0967EA
Tints of Navy Blue #0967EA
RGB
CMYK
RGB Variations
Color information
#0967EA (or 0x0967EA) is known color: Navy Blue. HEX triplet: 09, 67 and EA. RGB value is (9,103,234). Sum of RGB (Red+Green+Blue) = 9+103+234=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #0967EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0967EA is #F69815. Grayscale: #595959. Windows color (decimal): -16160790 or 15361801. OLE color: 15361801.
HSL color Cylindrical-coordinate representation of color #0967EA: hue angle of 214.93º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0967EA is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 103 | 234 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.08 |
| HSL | 214.93º | 0.93% | 0.48% | - |
| HSV(B) | 214.93º | 0.96% | 0.92% | - |
| XYZ | 19.81 | 15.7 | 79.83 | - |
| YUV | 89.83 | 209.36 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 234 | 0.96 | 0.56 | 0 | 0.08 | 214.93 | 0.93 | 0.48 |
| Hex | 9 | 67 | EA | 60 | 38 | 0 | 8 | D7 | 5D | 30 |
| Octal | 11 | 147 | 352 | 140 | 70 | 0 | 10 | 327 | 135 | 60 |
| Binary | 1001 | 1100111 | 11101010 | 1100000 | 111000 | 0 | 1000 | 11010111 | 1011101 | 110000 |
Color Harmonies of #0967EA
Complementary color
Monochromatic Colors of #0967EA
Black with #0967EA
Text Example
Text Example
White with #0967EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0967EA; }
p { color: rgb(9,103,234); }
H1.HeaderClassName
{
color: #0967EA;
}
.AnyTagClassName
{
color: #0967EA;
}
</style>
background-color css
<style>
a { background-color: #0967EA; }
a { background-color: rgb(9,103,234); }
div.DivClassName
{
background-color: #0967EA;
}
.BgClassName
{
background-color: #0967EA;
}
</style>
border-color css
<style>
span { border-color: #0967EA; }
span { border-color: rgb(9,103,234); }
td.TdClassName
{
border-color: #0967EA;
}
.TagClassName
{
border-color: #0967EA;
}
</style>