Shades of New Midnight Blue #1100B3
Tints of New Midnight Blue #1100B3
RGB
CMYK
RGB Variations
Color information
#1100B3 (or 0x1100B3) is known color: New Midnight Blue. HEX triplet: 11, 00 and B3. RGB value is (17,0,179). Sum of RGB (Red+Green+Blue) = 17+0+179=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 179 (70.31% from 255 or 91.33% from 196); Max value from RGB is 179 - color contains mainly: blue. Hex color #1100B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1100B3 is #EEFF4C. Grayscale: #181818. Windows color (decimal): -15662925 or 11730961. OLE color: 11730961.
HSL color Cylindrical-coordinate representation of color #1100B3: hue angle of 245.7º 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 #1100B3 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 0 | 179 | - |
| CMYK | 0.91 | 1 | 0 | 0.30 |
| HSL | 245.7º | 1% | 0.35% | - |
| HSV(B) | 245.7º | 1% | 0.7% | - |
| XYZ | 8.37 | 3.37 | 42.86 | - |
| YUV | 25.49 | 214.63 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 179 | 0.91 | 1 | 0 | 0.30 | 245.7 | 1 | 0.35 |
| Hex | 11 | 0 | B3 | 5B | 64 | 0 | 1E | F6 | 64 | 23 |
| Octal | 21 | 0 | 263 | 133 | 144 | 0 | 36 | 366 | 144 | 43 |
| Binary | 10001 | 0 | 10110011 | 1011011 | 1100100 | 0 | 11110 | 11110110 | 1100100 | 100011 |
Color Harmonies of #1100B3
Complementary color
Monochromatic Colors of #1100B3
Black with #1100B3
Text Example
Text Example
White with #1100B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1100B3; }
p { color: rgb(17,0,179); }
H1.HeaderClassName
{
color: #1100B3;
}
.AnyTagClassName
{
color: #1100B3;
}
</style>
background-color css
<style>
a { background-color: #1100B3; }
a { background-color: rgb(17,0,179); }
div.DivClassName
{
background-color: #1100B3;
}
.BgClassName
{
background-color: #1100B3;
}
</style>
border-color css
<style>
span { border-color: #1100B3; }
span { border-color: rgb(17,0,179); }
td.TdClassName
{
border-color: #1100B3;
}
.TagClassName
{
border-color: #1100B3;
}
</style>