Shades of Navy Blue #0A72DD
Tints of Navy Blue #0A72DD
RGB
CMYK
RGB Variations
Color information
#0A72DD (or 0x0A72DD) is known color: Navy Blue. HEX triplet: 0A, 72 and DD. RGB value is (10,114,221). Sum of RGB (Red+Green+Blue) = 10+114+221=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A72DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A72DD is #F58D22. Grayscale: #5E5E5E. Windows color (decimal): -16092451 or 14512650. OLE color: 14512650.
HSL color Cylindrical-coordinate representation of color #0A72DD: hue angle of 210.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A72DD is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 114 | 221 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.13 |
| HSL | 210.43º | 0.91% | 0.45% | - |
| HSV(B) | 210.43º | 0.95% | 0.87% | - |
| XYZ | 19.19 | 17.32 | 70.74 | - |
| YUV | 95.1 | 199.04 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 221 | 0.95 | 0.48 | 0 | 0.13 | 210.43 | 0.91 | 0.45 |
| Hex | A | 72 | DD | 5F | 30 | 0 | D | D2 | 5B | 2D |
| Octal | 12 | 162 | 335 | 137 | 60 | 0 | 15 | 322 | 133 | 55 |
| Binary | 1010 | 1110010 | 11011101 | 1011111 | 110000 | 0 | 1101 | 11010010 | 1011011 | 101101 |
Color Harmonies of #0A72DD
Complementary color
Monochromatic Colors of #0A72DD
Black with #0A72DD
Text Example
Text Example
White with #0A72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A72DD; }
p { color: rgb(10,114,221); }
H1.HeaderClassName
{
color: #0A72DD;
}
.AnyTagClassName
{
color: #0A72DD;
}
</style>
background-color css
<style>
a { background-color: #0A72DD; }
a { background-color: rgb(10,114,221); }
div.DivClassName
{
background-color: #0A72DD;
}
.BgClassName
{
background-color: #0A72DD;
}
</style>
border-color css
<style>
span { border-color: #0A72DD; }
span { border-color: rgb(10,114,221); }
td.TdClassName
{
border-color: #0A72DD;
}
.TagClassName
{
border-color: #0A72DD;
}
</style>