Shades of Navy #010384
Tints of Navy #010384
RGB
CMYK
RGB Variations
Color information
#010384 (or 0x010384) is known color: Navy. HEX triplet: 01, 03 and 84. RGB value is (1,3,132). Sum of RGB (Red+Green+Blue) = 1+3+132=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 132 (51.95% from 255 or 97.06% from 136); Max value from RGB is 132 - color contains mainly: blue. Hex color #010384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010384 is #FEFC7B. Grayscale: #101010. Windows color (decimal): -16710780 or 8651521. OLE color: 8651521.
HSL color Cylindrical-coordinate representation of color #010384: hue angle of 239.08º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010384 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 3 | 132 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.48 |
| HSL | 239.08º | 0.98% | 0.26% | - |
| HSV(B) | 239.08º | 0.99% | 0.52% | - |
| XYZ | 4.21 | 1.74 | 21.94 | - |
| YUV | 17.11 | 192.84 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 132 | 0.99 | 0.98 | 0 | 0.48 | 239.08 | 0.98 | 0.26 |
| Hex | 1 | 3 | 84 | 63 | 62 | 0 | 30 | EF | 62 | 1A |
| Octal | 1 | 3 | 204 | 143 | 142 | 0 | 60 | 357 | 142 | 32 |
| Binary | 1 | 11 | 10000100 | 1100011 | 1100010 | 0 | 110000 | 11101111 | 1100010 | 11010 |
Color Harmonies of #010384
Complementary color
Monochromatic Colors of #010384
Black with #010384
Text Example
Text Example
White with #010384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010384; }
p { color: rgb(1,3,132); }
H1.HeaderClassName
{
color: #010384;
}
.AnyTagClassName
{
color: #010384;
}
</style>
background-color css
<style>
a { background-color: #010384; }
a { background-color: rgb(1,3,132); }
div.DivClassName
{
background-color: #010384;
}
.BgClassName
{
background-color: #010384;
}
</style>
border-color css
<style>
span { border-color: #010384; }
span { border-color: rgb(1,3,132); }
td.TdClassName
{
border-color: #010384;
}
.TagClassName
{
border-color: #010384;
}
</style>