Shades of Navy #10067C
Tints of Navy #10067C
RGB
CMYK
RGB Variations
Color information
#10067C (or 0x10067C) is known color: Navy. HEX triplet: 10, 06 and 7C. RGB value is (16,6,124). Sum of RGB (Red+Green+Blue) = 16+6+124=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 124 (48.83% from 255 or 84.93% from 146); Max value from RGB is 124 - color contains mainly: blue. Hex color #10067C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10067C is #EFF983. Grayscale: #151515. Windows color (decimal): -15726980 or 8128016. OLE color: 8128016.
HSL color Cylindrical-coordinate representation of color #10067C: hue angle of 245.08º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #10067C is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 6 | 124 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.51 |
| HSL | 245.08º | 0.91% | 0.25% | - |
| HSV(B) | 245.08º | 0.95% | 0.49% | - |
| XYZ | 3.92 | 1.7 | 19.19 | - |
| YUV | 22.44 | 185.31 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 124 | 0.87 | 0.95 | 0 | 0.51 | 245.08 | 0.91 | 0.25 |
| Hex | 10 | 6 | 7C | 57 | 5F | 0 | 33 | F5 | 5B | 19 |
| Octal | 20 | 6 | 174 | 127 | 137 | 0 | 63 | 365 | 133 | 31 |
| Binary | 10000 | 110 | 1111100 | 1010111 | 1011111 | 0 | 110011 | 11110101 | 1011011 | 11001 |
Color Harmonies of #10067C
Complementary color
Monochromatic Colors of #10067C
Black with #10067C
Text Example
Text Example
White with #10067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10067C; }
p { color: rgb(16,6,124); }
H1.HeaderClassName
{
color: #10067C;
}
.AnyTagClassName
{
color: #10067C;
}
</style>
background-color css
<style>
a { background-color: #10067C; }
a { background-color: rgb(16,6,124); }
div.DivClassName
{
background-color: #10067C;
}
.BgClassName
{
background-color: #10067C;
}
</style>
border-color css
<style>
span { border-color: #10067C; }
span { border-color: rgb(16,6,124); }
td.TdClassName
{
border-color: #10067C;
}
.TagClassName
{
border-color: #10067C;
}
</style>