Shades of Navy Blue #0A50DA
Tints of Navy Blue #0A50DA
RGB
CMYK
RGB Variations
Color information
#0A50DA (or 0x0A50DA) is known color: Navy Blue. HEX triplet: 0A, 50 and DA. RGB value is (10,80,218). Sum of RGB (Red+Green+Blue) = 10+80+218=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 218 (85.55% from 255 or 70.78% from 308); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A50DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A50DA is #F5AF25. Grayscale: #4A4A4A. Windows color (decimal): -16101158 or 14307338. OLE color: 14307338.
HSL color Cylindrical-coordinate representation of color #0A50DA: hue angle of 219.81º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A50DA is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 80 | 218 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.15 |
| HSL | 219.81º | 0.91% | 0.45% | - |
| HSV(B) | 219.81º | 0.95% | 0.85% | - |
| XYZ | 15.65 | 10.86 | 67.6 | - |
| YUV | 74.8 | 208.81 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 218 | 0.95 | 0.63 | 0 | 0.15 | 219.81 | 0.91 | 0.45 |
| Hex | A | 50 | DA | 5F | 3F | 0 | F | DC | 5B | 2D |
| Octal | 12 | 120 | 332 | 137 | 77 | 0 | 17 | 334 | 133 | 55 |
| Binary | 1010 | 1010000 | 11011010 | 1011111 | 111111 | 0 | 1111 | 11011100 | 1011011 | 101101 |
Color Harmonies of #0A50DA
Complementary color
Monochromatic Colors of #0A50DA
Black with #0A50DA
Text Example
Text Example
White with #0A50DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A50DA; }
p { color: rgb(10,80,218); }
H1.HeaderClassName
{
color: #0A50DA;
}
.AnyTagClassName
{
color: #0A50DA;
}
</style>
background-color css
<style>
a { background-color: #0A50DA; }
a { background-color: rgb(10,80,218); }
div.DivClassName
{
background-color: #0A50DA;
}
.BgClassName
{
background-color: #0A50DA;
}
</style>
border-color css
<style>
span { border-color: #0A50DA; }
span { border-color: rgb(10,80,218); }
td.TdClassName
{
border-color: #0A50DA;
}
.TagClassName
{
border-color: #0A50DA;
}
</style>