Shades of Navy Blue #0948DE
Tints of Navy Blue #0948DE
RGB
CMYK
RGB Variations
Color information
#0948DE (or 0x0948DE) is known color: Navy Blue. HEX triplet: 09, 48 and DE. RGB value is (9,72,222). Sum of RGB (Red+Green+Blue) = 9+72+222=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #0948DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0948DE is #F6B721. Grayscale: #454545. Windows color (decimal): -16168738 or 14567433. OLE color: 14567433.
HSL color Cylindrical-coordinate representation of color #0948DE: hue angle of 222.25º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0948DE is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 72 | 222 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.13 |
| HSL | 222.25º | 0.92% | 0.45% | - |
| HSV(B) | 222.25º | 0.96% | 0.87% | - |
| XYZ | 15.61 | 9.97 | 70.21 | - |
| YUV | 70.26 | 213.63 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 222 | 0.96 | 0.68 | 0 | 0.13 | 222.25 | 0.92 | 0.45 |
| Hex | 9 | 48 | DE | 60 | 44 | 0 | D | DE | 5C | 2D |
| Octal | 11 | 110 | 336 | 140 | 104 | 0 | 15 | 336 | 134 | 55 |
| Binary | 1001 | 1001000 | 11011110 | 1100000 | 1000100 | 0 | 1101 | 11011110 | 1011100 | 101101 |
Color Harmonies of #0948DE
Complementary color
Monochromatic Colors of #0948DE
Black with #0948DE
Text Example
Text Example
White with #0948DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0948DE; }
p { color: rgb(9,72,222); }
H1.HeaderClassName
{
color: #0948DE;
}
.AnyTagClassName
{
color: #0948DE;
}
</style>
background-color css
<style>
a { background-color: #0948DE; }
a { background-color: rgb(9,72,222); }
div.DivClassName
{
background-color: #0948DE;
}
.BgClassName
{
background-color: #0948DE;
}
</style>
border-color css
<style>
span { border-color: #0948DE; }
span { border-color: rgb(9,72,222); }
td.TdClassName
{
border-color: #0948DE;
}
.TagClassName
{
border-color: #0948DE;
}
</style>