Shades of Midnight Blue #17227F
Tints of Midnight Blue #17227F
RGB
CMYK
RGB Variations
Color information
#17227F (or 0x17227F) is known color: Midnight Blue. HEX triplet: 17, 22 and 7F. RGB value is (23,34,127). Sum of RGB (Red+Green+Blue) = 23+34+127=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #17227F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17227F is #E8DD80. Grayscale: #282828. Windows color (decimal): -15261057 or 8331799. OLE color: 8331799.
HSL color Cylindrical-coordinate representation of color #17227F: hue angle of 233.65º 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 #17227F is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 34 | 127 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.50 |
| HSL | 233.65º | 0.69% | 0.29% | - |
| HSV(B) | 233.65º | 0.82% | 0.5% | - |
| XYZ | 4.76 | 2.86 | 20.38 | - |
| YUV | 41.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 127 | 0.82 | 0.73 | 0 | 0.50 | 233.65 | 0.69 | 0.29 |
| Hex | 17 | 22 | 7F | 52 | 49 | 0 | 32 | EA | 45 | 1D |
| Octal | 27 | 42 | 177 | 122 | 111 | 0 | 62 | 352 | 105 | 35 |
| Binary | 10111 | 100010 | 1111111 | 1010010 | 1001001 | 0 | 110010 | 11101010 | 1000101 | 11101 |
Color Harmonies of #17227F
Complementary color
Monochromatic Colors of #17227F
Black with #17227F
Text Example
Text Example
White with #17227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17227F; }
p { color: rgb(23,34,127); }
H1.HeaderClassName
{
color: #17227F;
}
.AnyTagClassName
{
color: #17227F;
}
</style>
background-color css
<style>
a { background-color: #17227F; }
a { background-color: rgb(23,34,127); }
div.DivClassName
{
background-color: #17227F;
}
.BgClassName
{
background-color: #17227F;
}
</style>
border-color css
<style>
span { border-color: #17227F; }
span { border-color: rgb(23,34,127); }
td.TdClassName
{
border-color: #17227F;
}
.TagClassName
{
border-color: #17227F;
}
</style>