Shades of Navy Blue #0A54F3
Tints of Navy Blue #0A54F3
RGB
CMYK
RGB Variations
Color information
#0A54F3 (or 0x0A54F3) is known color: Navy Blue. HEX triplet: 0A, 54 and F3. RGB value is (10,84,243). Sum of RGB (Red+Green+Blue) = 10+84+243=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 243 (95.31% from 255 or 72.11% from 337); Max value from RGB is 243 - color contains mainly: blue. Hex color #0A54F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A54F3 is #F5AB0C. Grayscale: #4F4F4F. Windows color (decimal): -16100109 or 15946762. OLE color: 15946762.
HSL color Cylindrical-coordinate representation of color #0A54F3: hue angle of 220.94º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A54F3 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 84 | 243 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.05 |
| HSL | 220.94º | 0.92% | 0.5% | - |
| HSV(B) | 220.94º | 0.96% | 0.95% | - |
| XYZ | 19.47 | 12.88 | 86.25 | - |
| YUV | 80 | 219.98 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 243 | 0.96 | 0.65 | 0 | 0.05 | 220.94 | 0.92 | 0.5 |
| Hex | A | 54 | F3 | 60 | 41 | 0 | 5 | DD | 5C | 32 |
| Octal | 12 | 124 | 363 | 140 | 101 | 0 | 5 | 335 | 134 | 62 |
| Binary | 1010 | 1010100 | 11110011 | 1100000 | 1000001 | 0 | 101 | 11011101 | 1011100 | 110010 |
Color Harmonies of #0A54F3
Complementary color
Monochromatic Colors of #0A54F3
Black with #0A54F3
Text Example
Text Example
White with #0A54F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A54F3; }
p { color: rgb(10,84,243); }
H1.HeaderClassName
{
color: #0A54F3;
}
.AnyTagClassName
{
color: #0A54F3;
}
</style>
background-color css
<style>
a { background-color: #0A54F3; }
a { background-color: rgb(10,84,243); }
div.DivClassName
{
background-color: #0A54F3;
}
.BgClassName
{
background-color: #0A54F3;
}
</style>
border-color css
<style>
span { border-color: #0A54F3; }
span { border-color: rgb(10,84,243); }
td.TdClassName
{
border-color: #0A54F3;
}
.TagClassName
{
border-color: #0A54F3;
}
</style>