Shades of Navy Blue #0A72BE
Tints of Navy Blue #0A72BE
RGB
CMYK
RGB Variations
Color information
#0A72BE (or 0x0A72BE) is known color: Navy Blue. HEX triplet: 0A, 72 and BE. RGB value is (10,114,190). Sum of RGB (Red+Green+Blue) = 10+114+190=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A72BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A72BE is #F58D41. Grayscale: #5B5B5B. Windows color (decimal): -16092482 or 12481034. OLE color: 12481034.
HSL color Cylindrical-coordinate representation of color #0A72BE: hue angle of 205.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A72BE is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 114 | 190 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.25 |
| HSL | 205.33º | 0.9% | 0.39% | - |
| HSV(B) | 205.33º | 0.95% | 0.75% | - |
| XYZ | 15.44 | 15.82 | 50.95 | - |
| YUV | 91.57 | 183.54 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 190 | 0.95 | 0.40 | 0 | 0.25 | 205.33 | 0.9 | 0.39 |
| Hex | A | 72 | BE | 5F | 28 | 0 | 19 | CD | 5A | 27 |
| Octal | 12 | 162 | 276 | 137 | 50 | 0 | 31 | 315 | 132 | 47 |
| Binary | 1010 | 1110010 | 10111110 | 1011111 | 101000 | 0 | 11001 | 11001101 | 1011010 | 100111 |
Color Harmonies of #0A72BE
Complementary color
Monochromatic Colors of #0A72BE
Black with #0A72BE
Text Example
Text Example
White with #0A72BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A72BE; }
p { color: rgb(10,114,190); }
H1.HeaderClassName
{
color: #0A72BE;
}
.AnyTagClassName
{
color: #0A72BE;
}
</style>
background-color css
<style>
a { background-color: #0A72BE; }
a { background-color: rgb(10,114,190); }
div.DivClassName
{
background-color: #0A72BE;
}
.BgClassName
{
background-color: #0A72BE;
}
</style>
border-color css
<style>
span { border-color: #0A72BE; }
span { border-color: rgb(10,114,190); }
td.TdClassName
{
border-color: #0A72BE;
}
.TagClassName
{
border-color: #0A72BE;
}
</style>