Shades of New Midnight Blue #100BB4
Tints of New Midnight Blue #100BB4
RGB
CMYK
RGB Variations
Color information
#100BB4 (or 0x100BB4) is known color: New Midnight Blue. HEX triplet: 10, 0B and B4. RGB value is (16,11,180). Sum of RGB (Red+Green+Blue) = 16+11+180=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 180 (70.70% from 255 or 86.96% from 207); Max value from RGB is 180 - color contains mainly: blue. Hex color #100BB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BB4 is #EFF44B. Grayscale: #1F1F1F. Windows color (decimal): -15725644 or 11799312. OLE color: 11799312.
HSL color Cylindrical-coordinate representation of color #100BB4: hue angle of 241.78º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100BB4 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 11 | 180 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.29 |
| HSL | 241.78º | 0.88% | 0.37% | - |
| HSV(B) | 241.78º | 0.94% | 0.71% | - |
| XYZ | 8.57 | 3.64 | 43.43 | - |
| YUV | 31.76 | 211.66 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 180 | 0.91 | 0.94 | 0 | 0.29 | 241.78 | 0.88 | 0.37 |
| Hex | 10 | B | B4 | 5B | 5E | 0 | 1D | F2 | 58 | 25 |
| Octal | 20 | 13 | 264 | 133 | 136 | 0 | 35 | 362 | 130 | 45 |
| Binary | 10000 | 1011 | 10110100 | 1011011 | 1011110 | 0 | 11101 | 11110010 | 1011000 | 100101 |
Color Harmonies of #100BB4
Complementary color
Monochromatic Colors of #100BB4
Black with #100BB4
Text Example
Text Example
White with #100BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100BB4; }
p { color: rgb(16,11,180); }
H1.HeaderClassName
{
color: #100BB4;
}
.AnyTagClassName
{
color: #100BB4;
}
</style>
background-color css
<style>
a { background-color: #100BB4; }
a { background-color: rgb(16,11,180); }
div.DivClassName
{
background-color: #100BB4;
}
.BgClassName
{
background-color: #100BB4;
}
</style>
border-color css
<style>
span { border-color: #100BB4; }
span { border-color: rgb(16,11,180); }
td.TdClassName
{
border-color: #100BB4;
}
.TagClassName
{
border-color: #100BB4;
}
</style>