Shades of Navy Blue #0A4BEF
Tints of Navy Blue #0A4BEF
RGB
CMYK
RGB Variations
Color information
#0A4BEF (or 0x0A4BEF) is known color: Navy Blue. HEX triplet: 0A, 4B and EF. RGB value is (10,75,239). Sum of RGB (Red+Green+Blue) = 10+75+239=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A4BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A4BEF is #F5B410. Grayscale: #494949. Windows color (decimal): -16102417 or 15682314. OLE color: 15682314.
HSL color Cylindrical-coordinate representation of color #0A4BEF: hue angle of 222.97º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A4BEF is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 75 | 239 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.06 |
| HSL | 222.97º | 0.92% | 0.49% | - |
| HSV(B) | 222.97º | 0.96% | 0.94% | - |
| XYZ | 18.22 | 11.33 | 82.89 | - |
| YUV | 74.26 | 220.97 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 75 | 239 | 0.96 | 0.69 | 0 | 0.06 | 222.97 | 0.92 | 0.49 |
| Hex | A | 4B | EF | 60 | 45 | 0 | 6 | DF | 5C | 31 |
| Octal | 12 | 113 | 357 | 140 | 105 | 0 | 6 | 337 | 134 | 61 |
| Binary | 1010 | 1001011 | 11101111 | 1100000 | 1000101 | 0 | 110 | 11011111 | 1011100 | 110001 |
Color Harmonies of #0A4BEF
Complementary color
Monochromatic Colors of #0A4BEF
Black with #0A4BEF
Text Example
Text Example
White with #0A4BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4BEF; }
p { color: rgb(10,75,239); }
H1.HeaderClassName
{
color: #0A4BEF;
}
.AnyTagClassName
{
color: #0A4BEF;
}
</style>
background-color css
<style>
a { background-color: #0A4BEF; }
a { background-color: rgb(10,75,239); }
div.DivClassName
{
background-color: #0A4BEF;
}
.BgClassName
{
background-color: #0A4BEF;
}
</style>
border-color css
<style>
span { border-color: #0A4BEF; }
span { border-color: rgb(10,75,239); }
td.TdClassName
{
border-color: #0A4BEF;
}
.TagClassName
{
border-color: #0A4BEF;
}
</style>