Shades of Navy Blue #0A45FE
Tints of Navy Blue #0A45FE
RGB
CMYK
RGB Variations
Color information
#0A45FE (or 0x0A45FE) is known color: Navy Blue. HEX triplet: 0A, 45 and FE. RGB value is (10,69,254). Sum of RGB (Red+Green+Blue) = 10+69+254=333 (44% of max value = 765). Red value is 10 (4.30% from 255 or 3.00% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A45FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A45FE is #F5BA01. Grayscale: #474747. Windows color (decimal): -16103938 or 16663818. OLE color: 16663818.
HSL color Cylindrical-coordinate representation of color #0A45FE: hue angle of 225.49º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A45FE is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 69 | 254 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.00 |
| HSL | 225.49º | 0.99% | 0.52% | - |
| HSV(B) | 225.49º | 0.96% | 1% | - |
| XYZ | 20.14 | 11.48 | 94.92 | - |
| YUV | 72.45 | 230.45 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 254 | 0.96 | 0.73 | 0 | 0.00 | 225.49 | 0.99 | 0.52 |
| Hex | A | 45 | FE | 60 | 49 | 0 | 0 | E1 | 63 | 34 |
| Octal | 12 | 105 | 376 | 140 | 111 | 0 | 0 | 341 | 143 | 64 |
| Binary | 1010 | 1000101 | 11111110 | 1100000 | 1001001 | 0 | 0 | 11100001 | 1100011 | 110100 |
Color Harmonies of #0A45FE
Complementary color
Monochromatic Colors of #0A45FE
Black with #0A45FE
Text Example
Text Example
White with #0A45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A45FE; }
p { color: rgb(10,69,254); }
H1.HeaderClassName
{
color: #0A45FE;
}
.AnyTagClassName
{
color: #0A45FE;
}
</style>
background-color css
<style>
a { background-color: #0A45FE; }
a { background-color: rgb(10,69,254); }
div.DivClassName
{
background-color: #0A45FE;
}
.BgClassName
{
background-color: #0A45FE;
}
</style>
border-color css
<style>
span { border-color: #0A45FE; }
span { border-color: rgb(10,69,254); }
td.TdClassName
{
border-color: #0A45FE;
}
.TagClassName
{
border-color: #0A45FE;
}
</style>