Shades of Midnight Blue #182283
Tints of Midnight Blue #182283
RGB
CMYK
RGB Variations
Color information
#182283 (or 0x182283) is known color: Midnight Blue. HEX triplet: 18, 22 and 83. RGB value is (24,34,131). Sum of RGB (Red+Green+Blue) = 24+34+131=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 131 (51.56% from 255 or 69.31% from 189); Max value from RGB is 131 - color contains mainly: blue. Hex color #182283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182283 is #E7DD7C. Grayscale: #292929. Windows color (decimal): -15195517 or 8593944. OLE color: 8593944.
HSL color Cylindrical-coordinate representation of color #182283: hue angle of 234.39º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #182283 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 34 | 131 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.49 |
| HSL | 234.39º | 0.69% | 0.3% | - |
| HSV(B) | 234.39º | 0.82% | 0.51% | - |
| XYZ | 5.05 | 2.98 | 21.78 | - |
| YUV | 42.07 | 178.19 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 131 | 0.82 | 0.74 | 0 | 0.49 | 234.39 | 0.69 | 0.3 |
| Hex | 18 | 22 | 83 | 52 | 4A | 0 | 31 | EA | 45 | 1E |
| Octal | 30 | 42 | 203 | 122 | 112 | 0 | 61 | 352 | 105 | 36 |
| Binary | 11000 | 100010 | 10000011 | 1010010 | 1001010 | 0 | 110001 | 11101010 | 1000101 | 11110 |
Color Harmonies of #182283
Complementary color
Monochromatic Colors of #182283
Black with #182283
Text Example
Text Example
White with #182283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182283; }
p { color: rgb(24,34,131); }
H1.HeaderClassName
{
color: #182283;
}
.AnyTagClassName
{
color: #182283;
}
</style>
background-color css
<style>
a { background-color: #182283; }
a { background-color: rgb(24,34,131); }
div.DivClassName
{
background-color: #182283;
}
.BgClassName
{
background-color: #182283;
}
</style>
border-color css
<style>
span { border-color: #182283; }
span { border-color: rgb(24,34,131); }
td.TdClassName
{
border-color: #182283;
}
.TagClassName
{
border-color: #182283;
}
</style>