Shades of Navy #0A0383
Tints of Navy #0A0383
RGB
CMYK
RGB Variations
Color information
#0A0383 (or 0x0A0383) is known color: Navy. HEX triplet: 0A, 03 and 83. RGB value is (10,3,131). Sum of RGB (Red+Green+Blue) = 10+3+131=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 131 (51.56% from 255 or 90.97% from 144); Max value from RGB is 131 - color contains mainly: blue. Hex color #0A0383 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0383 is #F5FC7C. Grayscale: #131313. Windows color (decimal): -16120957 or 8585994. OLE color: 8585994.
HSL color Cylindrical-coordinate representation of color #0A0383: hue angle of 243.28º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A0383 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 3 | 131 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.49 |
| HSL | 243.28º | 0.96% | 0.26% | - |
| HSV(B) | 243.28º | 0.98% | 0.51% | - |
| XYZ | 4.25 | 1.77 | 21.59 | - |
| YUV | 19.69 | 190.82 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 131 | 0.92 | 0.98 | 0 | 0.49 | 243.28 | 0.96 | 0.26 |
| Hex | A | 3 | 83 | 5C | 62 | 0 | 31 | F3 | 60 | 1A |
| Octal | 12 | 3 | 203 | 134 | 142 | 0 | 61 | 363 | 140 | 32 |
| Binary | 1010 | 11 | 10000011 | 1011100 | 1100010 | 0 | 110001 | 11110011 | 1100000 | 11010 |
Color Harmonies of #0A0383
Complementary color
Monochromatic Colors of #0A0383
Black with #0A0383
Text Example
Text Example
White with #0A0383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0383; }
p { color: rgb(10,3,131); }
H1.HeaderClassName
{
color: #0A0383;
}
.AnyTagClassName
{
color: #0A0383;
}
</style>
background-color css
<style>
a { background-color: #0A0383; }
a { background-color: rgb(10,3,131); }
div.DivClassName
{
background-color: #0A0383;
}
.BgClassName
{
background-color: #0A0383;
}
</style>
border-color css
<style>
span { border-color: #0A0383; }
span { border-color: rgb(10,3,131); }
td.TdClassName
{
border-color: #0A0383;
}
.TagClassName
{
border-color: #0A0383;
}
</style>