Shades of Navy Blue #0948FF
Tints of Navy Blue #0948FF
RGB
CMYK
RGB Variations
Color information
#0948FF (or 0x0948FF) is known color: Navy Blue. HEX triplet: 09, 48 and FF. RGB value is (9,72,255). Sum of RGB (Red+Green+Blue) = 9+72+255=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #0948FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0948FF is #F6B700. Grayscale: #494949. Windows color (decimal): -16168705 or 16730121. OLE color: 16730121.
HSL color Cylindrical-coordinate representation of color #0948FF: hue angle of 224.63º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0948FF is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 72 | 255 | - |
| CMYK | 0.96 | 0.72 | 0 | 0 |
| HSL | 224.63º | 1% | 0.52% | - |
| HSV(B) | 224.63º | 0.96% | 1% | - |
| XYZ | 20.48 | 11.91 | 95.83 | - |
| YUV | 74.03 | 230.13 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 255 | 0.96 | 0.72 | 0 | 0 | 224.63 | 1 | 0.52 |
| Hex | 9 | 48 | FF | 60 | 48 | 0 | 0 | E1 | 64 | 34 |
| Octal | 11 | 110 | 377 | 140 | 110 | 0 | 0 | 341 | 144 | 64 |
| Binary | 1001 | 1001000 | 11111111 | 1100000 | 1001000 | 0 | 0 | 11100001 | 1100100 | 110100 |
Color Harmonies of #0948FF
Complementary color
Monochromatic Colors of #0948FF
Black with #0948FF
Text Example
Text Example
White with #0948FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0948FF; }
p { color: rgb(9,72,255); }
H1.HeaderClassName
{
color: #0948FF;
}
.AnyTagClassName
{
color: #0948FF;
}
</style>
background-color css
<style>
a { background-color: #0948FF; }
a { background-color: rgb(9,72,255); }
div.DivClassName
{
background-color: #0948FF;
}
.BgClassName
{
background-color: #0948FF;
}
</style>
border-color css
<style>
span { border-color: #0948FF; }
span { border-color: rgb(9,72,255); }
td.TdClassName
{
border-color: #0948FF;
}
.TagClassName
{
border-color: #0948FF;
}
</style>