Shades of Navy Blue #0969ED
Tints of Navy Blue #0969ED
RGB
CMYK
RGB Variations
Color information
#0969ED (or 0x0969ED) is known color: Navy Blue. HEX triplet: 09, 69 and ED. RGB value is (9,105,237). Sum of RGB (Red+Green+Blue) = 9+105+237=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #0969ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0969ED is #F69612. Grayscale: #5A5A5A. Windows color (decimal): -16160275 or 15558921. OLE color: 15558921.
HSL color Cylindrical-coordinate representation of color #0969ED: hue angle of 214.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0969ED is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 105 | 237 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.07 |
| HSL | 214.74º | 0.93% | 0.48% | - |
| HSV(B) | 214.74º | 0.96% | 0.93% | - |
| XYZ | 20.45 | 16.28 | 82.18 | - |
| YUV | 91.34 | 210.2 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 237 | 0.96 | 0.56 | 0 | 0.07 | 214.74 | 0.93 | 0.48 |
| Hex | 9 | 69 | ED | 60 | 38 | 0 | 7 | D7 | 5D | 30 |
| Octal | 11 | 151 | 355 | 140 | 70 | 0 | 7 | 327 | 135 | 60 |
| Binary | 1001 | 1101001 | 11101101 | 1100000 | 111000 | 0 | 111 | 11010111 | 1011101 | 110000 |
Color Harmonies of #0969ED
Complementary color
Monochromatic Colors of #0969ED
Black with #0969ED
Text Example
Text Example
White with #0969ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0969ED; }
p { color: rgb(9,105,237); }
H1.HeaderClassName
{
color: #0969ED;
}
.AnyTagClassName
{
color: #0969ED;
}
</style>
background-color css
<style>
a { background-color: #0969ED; }
a { background-color: rgb(9,105,237); }
div.DivClassName
{
background-color: #0969ED;
}
.BgClassName
{
background-color: #0969ED;
}
</style>
border-color css
<style>
span { border-color: #0969ED; }
span { border-color: rgb(9,105,237); }
td.TdClassName
{
border-color: #0969ED;
}
.TagClassName
{
border-color: #0969ED;
}
</style>