Shades of Navy Blue #0A73DB
Tints of Navy Blue #0A73DB
RGB
CMYK
RGB Variations
Color information
#0A73DB (or 0x0A73DB) is known color: Navy Blue. HEX triplet: 0A, 73 and DB. RGB value is (10,115,219). Sum of RGB (Red+Green+Blue) = 10+115+219=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A73DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A73DB is #F58C24. Grayscale: #5E5E5E. Windows color (decimal): -16092197 or 14381834. OLE color: 14381834.
HSL color Cylindrical-coordinate representation of color #0A73DB: hue angle of 209.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A73DB is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 115 | 219 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.14 |
| HSL | 209.86º | 0.91% | 0.45% | - |
| HSV(B) | 209.86º | 0.95% | 0.86% | - |
| XYZ | 19.04 | 17.44 | 69.38 | - |
| YUV | 95.46 | 197.71 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 115 | 219 | 0.95 | 0.47 | 0 | 0.14 | 209.86 | 0.91 | 0.45 |
| Hex | A | 73 | DB | 5F | 2F | 0 | E | D2 | 5B | 2D |
| Octal | 12 | 163 | 333 | 137 | 57 | 0 | 16 | 322 | 133 | 55 |
| Binary | 1010 | 1110011 | 11011011 | 1011111 | 101111 | 0 | 1110 | 11010010 | 1011011 | 101101 |
Color Harmonies of #0A73DB
Complementary color
Monochromatic Colors of #0A73DB
Black with #0A73DB
Text Example
Text Example
White with #0A73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A73DB; }
p { color: rgb(10,115,219); }
H1.HeaderClassName
{
color: #0A73DB;
}
.AnyTagClassName
{
color: #0A73DB;
}
</style>
background-color css
<style>
a { background-color: #0A73DB; }
a { background-color: rgb(10,115,219); }
div.DivClassName
{
background-color: #0A73DB;
}
.BgClassName
{
background-color: #0A73DB;
}
</style>
border-color css
<style>
span { border-color: #0A73DB; }
span { border-color: rgb(10,115,219); }
td.TdClassName
{
border-color: #0A73DB;
}
.TagClassName
{
border-color: #0A73DB;
}
</style>