Shades of Midnight Blue #17217F
Tints of Midnight Blue #17217F
RGB
CMYK
RGB Variations
Color information
#17217F (or 0x17217F) is known color: Midnight Blue. HEX triplet: 17, 21 and 7F. RGB value is (23,33,127). Sum of RGB (Red+Green+Blue) = 23+33+127=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 33 (13.28% from 255 or 18.03% 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 #17217F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17217F is #E8DE80. Grayscale: #282828. Windows color (decimal): -15261313 or 8331543. OLE color: 8331543.
HSL color Cylindrical-coordinate representation of color #17217F: hue angle of 234.23º 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 #17217F is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 33 | 127 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.50 |
| HSL | 234.23º | 0.69% | 0.29% | - |
| HSV(B) | 234.23º | 0.82% | 0.5% | - |
| XYZ | 4.73 | 2.8 | 20.37 | - |
| YUV | 40.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 127 | 0.82 | 0.74 | 0 | 0.50 | 234.23 | 0.69 | 0.29 |
| Hex | 17 | 21 | 7F | 52 | 4A | 0 | 32 | EA | 45 | 1D |
| Octal | 27 | 41 | 177 | 122 | 112 | 0 | 62 | 352 | 105 | 35 |
| Binary | 10111 | 100001 | 1111111 | 1010010 | 1001010 | 0 | 110010 | 11101010 | 1000101 | 11101 |
Color Harmonies of #17217F
Complementary color
Monochromatic Colors of #17217F
Black with #17217F
Text Example
Text Example
White with #17217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17217F; }
p { color: rgb(23,33,127); }
H1.HeaderClassName
{
color: #17217F;
}
.AnyTagClassName
{
color: #17217F;
}
</style>
background-color css
<style>
a { background-color: #17217F; }
a { background-color: rgb(23,33,127); }
div.DivClassName
{
background-color: #17217F;
}
.BgClassName
{
background-color: #17217F;
}
</style>
border-color css
<style>
span { border-color: #17217F; }
span { border-color: rgb(23,33,127); }
td.TdClassName
{
border-color: #17217F;
}
.TagClassName
{
border-color: #17217F;
}
</style>