Shades of Navy Blue #0845DD
Tints of Navy Blue #0845DD
RGB
CMYK
RGB Variations
Color information
#0845DD (or 0x0845DD) is known color: Navy Blue. HEX triplet: 08, 45 and DD. RGB value is (8,69,221). Sum of RGB (Red+Green+Blue) = 8+69+221=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #0845DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0845DD is #F7BA22. Grayscale: #434343. Windows color (decimal): -16235043 or 14501128. OLE color: 14501128.
HSL color Cylindrical-coordinate representation of color #0845DD: hue angle of 222.82º 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 #0845DD is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 69 | 221 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.13 |
| HSL | 222.82º | 0.93% | 0.45% | - |
| HSV(B) | 222.82º | 0.96% | 0.87% | - |
| XYZ | 15.28 | 9.53 | 69.44 | - |
| YUV | 68.09 | 214.29 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 221 | 0.96 | 0.69 | 0 | 0.13 | 222.82 | 0.93 | 0.45 |
| Hex | 8 | 45 | DD | 60 | 45 | 0 | D | DF | 5D | 2D |
| Octal | 10 | 105 | 335 | 140 | 105 | 0 | 15 | 337 | 135 | 55 |
| Binary | 1000 | 1000101 | 11011101 | 1100000 | 1000101 | 0 | 1101 | 11011111 | 1011101 | 101101 |
Color Harmonies of #0845DD
Complementary color
Monochromatic Colors of #0845DD
Black with #0845DD
Text Example
Text Example
White with #0845DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0845DD; }
p { color: rgb(8,69,221); }
H1.HeaderClassName
{
color: #0845DD;
}
.AnyTagClassName
{
color: #0845DD;
}
</style>
background-color css
<style>
a { background-color: #0845DD; }
a { background-color: rgb(8,69,221); }
div.DivClassName
{
background-color: #0845DD;
}
.BgClassName
{
background-color: #0845DD;
}
</style>
border-color css
<style>
span { border-color: #0845DD; }
span { border-color: rgb(8,69,221); }
td.TdClassName
{
border-color: #0845DD;
}
.TagClassName
{
border-color: #0845DD;
}
</style>