Shades of Navy Blue #0A42FE
Tints of Navy Blue #0A42FE
RGB
CMYK
RGB Variations
Color information
#0A42FE (or 0x0A42FE) is known color: Navy Blue. HEX triplet: 0A, 42 and FE. RGB value is (10,66,254). Sum of RGB (Red+Green+Blue) = 10+66+254=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A42FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A42FE is #F5BD01. Grayscale: #454545. Windows color (decimal): -16104706 or 16663050. OLE color: 16663050.
HSL color Cylindrical-coordinate representation of color #0A42FE: hue angle of 226.23º 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 #0A42FE is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 66 | 254 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.00 |
| HSL | 226.23º | 0.99% | 0.52% | - |
| HSV(B) | 226.23º | 0.96% | 1% | - |
| XYZ | 19.96 | 11.12 | 94.86 | - |
| YUV | 70.69 | 231.45 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 254 | 0.96 | 0.74 | 0 | 0.00 | 226.23 | 0.99 | 0.52 |
| Hex | A | 42 | FE | 60 | 4A | 0 | 0 | E2 | 63 | 34 |
| Octal | 12 | 102 | 376 | 140 | 112 | 0 | 0 | 342 | 143 | 64 |
| Binary | 1010 | 1000010 | 11111110 | 1100000 | 1001010 | 0 | 0 | 11100010 | 1100011 | 110100 |
Color Harmonies of #0A42FE
Complementary color
Monochromatic Colors of #0A42FE
Black with #0A42FE
Text Example
Text Example
White with #0A42FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A42FE; }
p { color: rgb(10,66,254); }
H1.HeaderClassName
{
color: #0A42FE;
}
.AnyTagClassName
{
color: #0A42FE;
}
</style>
background-color css
<style>
a { background-color: #0A42FE; }
a { background-color: rgb(10,66,254); }
div.DivClassName
{
background-color: #0A42FE;
}
.BgClassName
{
background-color: #0A42FE;
}
</style>
border-color css
<style>
span { border-color: #0A42FE; }
span { border-color: rgb(10,66,254); }
td.TdClassName
{
border-color: #0A42FE;
}
.TagClassName
{
border-color: #0A42FE;
}
</style>