Shades of Navy Blue #0948EA
Tints of Navy Blue #0948EA
RGB
CMYK
RGB Variations
Color information
#0948EA (or 0x0948EA) is known color: Navy Blue. HEX triplet: 09, 48 and EA. RGB value is (9,72,234). Sum of RGB (Red+Green+Blue) = 9+72+234=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #0948EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0948EA is #F6B715. Grayscale: #464646. Windows color (decimal): -16168726 or 15353865. OLE color: 15353865.
HSL color Cylindrical-coordinate representation of color #0948EA: hue angle of 223.2º 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 #0948EA is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 72 | 234 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.08 |
| HSL | 223.2º | 0.93% | 0.48% | - |
| HSV(B) | 223.2º | 0.96% | 0.92% | - |
| XYZ | 17.28 | 10.63 | 78.98 | - |
| YUV | 71.63 | 219.63 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 234 | 0.96 | 0.69 | 0 | 0.08 | 223.2 | 0.93 | 0.48 |
| Hex | 9 | 48 | EA | 60 | 45 | 0 | 8 | DF | 5D | 30 |
| Octal | 11 | 110 | 352 | 140 | 105 | 0 | 10 | 337 | 135 | 60 |
| Binary | 1001 | 1001000 | 11101010 | 1100000 | 1000101 | 0 | 1000 | 11011111 | 1011101 | 110000 |
Color Harmonies of #0948EA
Complementary color
Monochromatic Colors of #0948EA
Black with #0948EA
Text Example
Text Example
White with #0948EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0948EA; }
p { color: rgb(9,72,234); }
H1.HeaderClassName
{
color: #0948EA;
}
.AnyTagClassName
{
color: #0948EA;
}
</style>
background-color css
<style>
a { background-color: #0948EA; }
a { background-color: rgb(9,72,234); }
div.DivClassName
{
background-color: #0948EA;
}
.BgClassName
{
background-color: #0948EA;
}
</style>
border-color css
<style>
span { border-color: #0948EA; }
span { border-color: rgb(9,72,234); }
td.TdClassName
{
border-color: #0948EA;
}
.TagClassName
{
border-color: #0948EA;
}
</style>