Shades of Navy #10027B
Tints of Navy #10027B
RGB
CMYK
RGB Variations
Color information
#10027B (or 0x10027B) is known color: Navy. HEX triplet: 10, 02 and 7B. RGB value is (16,2,123). Sum of RGB (Red+Green+Blue) = 16+2+123=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 123 (48.44% from 255 or 87.23% from 141); Max value from RGB is 123 - color contains mainly: blue. Hex color #10027B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10027B is #EFFD84. Grayscale: #131313. Windows color (decimal): -15728005 or 8061456. OLE color: 8061456.
HSL color Cylindrical-coordinate representation of color #10027B: hue angle of 246.94º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10027B is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 2 | 123 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.52 |
| HSL | 246.94º | 0.97% | 0.25% | - |
| HSV(B) | 246.94º | 0.98% | 0.48% | - |
| XYZ | 3.81 | 1.58 | 18.84 | - |
| YUV | 19.98 | 186.14 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 123 | 0.87 | 0.98 | 0 | 0.52 | 246.94 | 0.97 | 0.25 |
| Hex | 10 | 2 | 7B | 57 | 62 | 0 | 34 | F7 | 61 | 19 |
| Octal | 20 | 2 | 173 | 127 | 142 | 0 | 64 | 367 | 141 | 31 |
| Binary | 10000 | 10 | 1111011 | 1010111 | 1100010 | 0 | 110100 | 11110111 | 1100001 | 11001 |
Color Harmonies of #10027B
Complementary color
Monochromatic Colors of #10027B
Black with #10027B
Text Example
Text Example
White with #10027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10027B; }
p { color: rgb(16,2,123); }
H1.HeaderClassName
{
color: #10027B;
}
.AnyTagClassName
{
color: #10027B;
}
</style>
background-color css
<style>
a { background-color: #10027B; }
a { background-color: rgb(16,2,123); }
div.DivClassName
{
background-color: #10027B;
}
.BgClassName
{
background-color: #10027B;
}
</style>
border-color css
<style>
span { border-color: #10027B; }
span { border-color: rgb(16,2,123); }
td.TdClassName
{
border-color: #10027B;
}
.TagClassName
{
border-color: #10027B;
}
</style>