Shades of New Midnight Blue #1600B3
Tints of New Midnight Blue #1600B3
RGB
CMYK
RGB Variations
Color information
#1600B3 (or 0x1600B3) is known color: New Midnight Blue. HEX triplet: 16, 00 and B3. RGB value is (22,0,179). Sum of RGB (Red+Green+Blue) = 22+0+179=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 0 (0.39% from 255 or 0% 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 #1600B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1600B3 is #E9FF4C. Grayscale: #1A1A1A. Windows color (decimal): -15335245 or 11730966. OLE color: 11730966.
HSL color Cylindrical-coordinate representation of color #1600B3: hue angle of 247.37º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1600B3 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 22 | 0 | 179 | - |
| CMYK | 0.88 | 1 | 0 | 0.30 |
| HSL | 247.37º | 1% | 0.35% | - |
| HSV(B) | 247.37º | 1% | 0.7% | - |
| XYZ | 8.47 | 3.43 | 42.86 | - |
| YUV | 26.98 | 213.79 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 179 | 0.88 | 1 | 0 | 0.30 | 247.37 | 1 | 0.35 |
| Hex | 16 | 0 | B3 | 58 | 64 | 0 | 1E | F7 | 64 | 23 |
| Octal | 26 | 0 | 263 | 130 | 144 | 0 | 36 | 367 | 144 | 43 |
| Binary | 10110 | 0 | 10110011 | 1011000 | 1100100 | 0 | 11110 | 11110111 | 1100100 | 100011 |
Color Harmonies of #1600B3
Complementary color
Monochromatic Colors of #1600B3
Black with #1600B3
Text Example
Text Example
White with #1600B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1600B3; }
p { color: rgb(22,0,179); }
H1.HeaderClassName
{
color: #1600B3;
}
.AnyTagClassName
{
color: #1600B3;
}
</style>
background-color css
<style>
a { background-color: #1600B3; }
a { background-color: rgb(22,0,179); }
div.DivClassName
{
background-color: #1600B3;
}
.BgClassName
{
background-color: #1600B3;
}
</style>
border-color css
<style>
span { border-color: #1600B3; }
span { border-color: rgb(22,0,179); }
td.TdClassName
{
border-color: #1600B3;
}
.TagClassName
{
border-color: #1600B3;
}
</style>