Shades of New Midnight Blue #1006B3
Tints of New Midnight Blue #1006B3
RGB
CMYK
RGB Variations
Color information
#1006B3 (or 0x1006B3) is known color: New Midnight Blue. HEX triplet: 10, 06 and B3. RGB value is (16,6,179). Sum of RGB (Red+Green+Blue) = 16+6+179=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 179 (70.31% from 255 or 89.05% from 201); Max value from RGB is 179 - color contains mainly: blue. Hex color #1006B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1006B3 is #EFF94C. Grayscale: #1C1C1C. Windows color (decimal): -15726925 or 11732496. OLE color: 11732496.
HSL color Cylindrical-coordinate representation of color #1006B3: hue angle of 243.47º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1006B3 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 6 | 179 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.30 |
| HSL | 243.47º | 0.94% | 0.36% | - |
| HSV(B) | 243.47º | 0.97% | 0.7% | - |
| XYZ | 8.42 | 3.5 | 42.88 | - |
| YUV | 28.71 | 212.81 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 179 | 0.91 | 0.97 | 0 | 0.30 | 243.47 | 0.94 | 0.36 |
| Hex | 10 | 6 | B3 | 5B | 61 | 0 | 1E | F3 | 5E | 24 |
| Octal | 20 | 6 | 263 | 133 | 141 | 0 | 36 | 363 | 136 | 44 |
| Binary | 10000 | 110 | 10110011 | 1011011 | 1100001 | 0 | 11110 | 11110011 | 1011110 | 100100 |
Color Harmonies of #1006B3
Complementary color
Monochromatic Colors of #1006B3
Black with #1006B3
Text Example
Text Example
White with #1006B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1006B3; }
p { color: rgb(16,6,179); }
H1.HeaderClassName
{
color: #1006B3;
}
.AnyTagClassName
{
color: #1006B3;
}
</style>
background-color css
<style>
a { background-color: #1006B3; }
a { background-color: rgb(16,6,179); }
div.DivClassName
{
background-color: #1006B3;
}
.BgClassName
{
background-color: #1006B3;
}
</style>
border-color css
<style>
span { border-color: #1006B3; }
span { border-color: rgb(16,6,179); }
td.TdClassName
{
border-color: #1006B3;
}
.TagClassName
{
border-color: #1006B3;
}
</style>