Shades of Navy Blue #0849DD
Tints of Navy Blue #0849DD
RGB
CMYK
RGB Variations
Color information
#0849DD (or 0x0849DD) is known color: Navy Blue. HEX triplet: 08, 49 and DD. RGB value is (8,73,221). Sum of RGB (Red+Green+Blue) = 8+73+221=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #0849DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0849DD is #F7B622. Grayscale: #454545. Windows color (decimal): -16234019 or 14502152. OLE color: 14502152.
HSL color Cylindrical-coordinate representation of color #0849DD: hue angle of 221.69º degrees, saturation: 0.93, 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 #0849DD is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 73 | 221 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.13 |
| HSL | 221.69º | 0.93% | 0.45% | - |
| HSV(B) | 221.69º | 0.96% | 0.87% | - |
| XYZ | 15.53 | 10.04 | 69.53 | - |
| YUV | 70.44 | 212.97 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 221 | 0.96 | 0.67 | 0 | 0.13 | 221.69 | 0.93 | 0.45 |
| Hex | 8 | 49 | DD | 60 | 43 | 0 | D | DE | 5D | 2D |
| Octal | 10 | 111 | 335 | 140 | 103 | 0 | 15 | 336 | 135 | 55 |
| Binary | 1000 | 1001001 | 11011101 | 1100000 | 1000011 | 0 | 1101 | 11011110 | 1011101 | 101101 |
Color Harmonies of #0849DD
Complementary color
Monochromatic Colors of #0849DD
Black with #0849DD
Text Example
Text Example
White with #0849DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0849DD; }
p { color: rgb(8,73,221); }
H1.HeaderClassName
{
color: #0849DD;
}
.AnyTagClassName
{
color: #0849DD;
}
</style>
background-color css
<style>
a { background-color: #0849DD; }
a { background-color: rgb(8,73,221); }
div.DivClassName
{
background-color: #0849DD;
}
.BgClassName
{
background-color: #0849DD;
}
</style>
border-color css
<style>
span { border-color: #0849DD; }
span { border-color: rgb(8,73,221); }
td.TdClassName
{
border-color: #0849DD;
}
.TagClassName
{
border-color: #0849DD;
}
</style>