Shades of Midnight Blue #21177F
Tints of Midnight Blue #21177F
RGB
CMYK
RGB Variations
Color information
#21177F (or 0x21177F) is known color: Midnight Blue. HEX triplet: 21, 17 and 7F. RGB value is (33,23,127). Sum of RGB (Red+Green+Blue) = 33+23+127=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #21177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21177F is #DEE880. Grayscale: #252525. Windows color (decimal): -14608513 or 8328993. OLE color: 8328993.
HSL color Cylindrical-coordinate representation of color #21177F: hue angle of 245.77º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21177F is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 23 | 127 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.50 |
| HSL | 245.77º | 0.69% | 0.29% | - |
| HSV(B) | 245.77º | 0.82% | 0.5% | - |
| XYZ | 4.76 | 2.47 | 20.3 | - |
| YUV | 37.85 | 178.31 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 127 | 0.74 | 0.82 | 0 | 0.50 | 245.77 | 0.69 | 0.29 |
| Hex | 21 | 17 | 7F | 4A | 52 | 0 | 32 | F6 | 45 | 1D |
| Octal | 41 | 27 | 177 | 112 | 122 | 0 | 62 | 366 | 105 | 35 |
| Binary | 100001 | 10111 | 1111111 | 1001010 | 1010010 | 0 | 110010 | 11110110 | 1000101 | 11101 |
Color Harmonies of #21177F
Complementary color
Monochromatic Colors of #21177F
Black with #21177F
Text Example
Text Example
White with #21177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21177F; }
p { color: rgb(33,23,127); }
H1.HeaderClassName
{
color: #21177F;
}
.AnyTagClassName
{
color: #21177F;
}
</style>
background-color css
<style>
a { background-color: #21177F; }
a { background-color: rgb(33,23,127); }
div.DivClassName
{
background-color: #21177F;
}
.BgClassName
{
background-color: #21177F;
}
</style>
border-color css
<style>
span { border-color: #21177F; }
span { border-color: rgb(33,23,127); }
td.TdClassName
{
border-color: #21177F;
}
.TagClassName
{
border-color: #21177F;
}
</style>