Shades of New Midnight Blue #100BB3
Tints of New Midnight Blue #100BB3
RGB
CMYK
RGB Variations
Color information
#100BB3 (or 0x100BB3) is known color: New Midnight Blue. HEX triplet: 10, 0B and B3. RGB value is (16,11,179). Sum of RGB (Red+Green+Blue) = 16+11+179=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 179 (70.31% from 255 or 86.89% from 206); Max value from RGB is 179 - color contains mainly: blue. Hex color #100BB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BB3 is #EFF44C. Grayscale: #1E1E1E. Windows color (decimal): -15725645 or 11733776. OLE color: 11733776.
HSL color Cylindrical-coordinate representation of color #100BB3: hue angle of 241.79º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100BB3 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 11 | 179 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.30 |
| HSL | 241.79º | 0.88% | 0.37% | - |
| HSV(B) | 241.79º | 0.94% | 0.7% | - |
| XYZ | 8.47 | 3.6 | 42.9 | - |
| YUV | 31.65 | 211.16 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 179 | 0.91 | 0.94 | 0 | 0.30 | 241.79 | 0.88 | 0.37 |
| Hex | 10 | B | B3 | 5B | 5E | 0 | 1E | F2 | 58 | 25 |
| Octal | 20 | 13 | 263 | 133 | 136 | 0 | 36 | 362 | 130 | 45 |
| Binary | 10000 | 1011 | 10110011 | 1011011 | 1011110 | 0 | 11110 | 11110010 | 1011000 | 100101 |
Color Harmonies of #100BB3
Complementary color
Monochromatic Colors of #100BB3
Black with #100BB3
Text Example
Text Example
White with #100BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100BB3; }
p { color: rgb(16,11,179); }
H1.HeaderClassName
{
color: #100BB3;
}
.AnyTagClassName
{
color: #100BB3;
}
</style>
background-color css
<style>
a { background-color: #100BB3; }
a { background-color: rgb(16,11,179); }
div.DivClassName
{
background-color: #100BB3;
}
.BgClassName
{
background-color: #100BB3;
}
</style>
border-color css
<style>
span { border-color: #100BB3; }
span { border-color: rgb(16,11,179); }
td.TdClassName
{
border-color: #100BB3;
}
.TagClassName
{
border-color: #100BB3;
}
</style>