Shades of Midnight Blue #262472
Tints of Midnight Blue #262472
RGB
CMYK
RGB Variations
Color information
#262472 (or 0x262472) is known color: Midnight Blue. HEX triplet: 26, 24 and 72. RGB value is (38,36,114). Sum of RGB (Red+Green+Blue) = 38+36+114=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #262472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262472 is #D9DB8D. Grayscale: #2D2D2D. Windows color (decimal): -14277518 or 7480358. OLE color: 7480358.
HSL color Cylindrical-coordinate representation of color #262472: hue angle of 241.54º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #262472 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 36 | 114 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.55 |
| HSL | 241.54º | 0.52% | 0.29% | - |
| HSV(B) | 241.54º | 0.68% | 0.45% | - |
| XYZ | 4.47 | 2.89 | 16.24 | - |
| YUV | 45.49 | 166.66 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 114 | 0.67 | 0.68 | 0 | 0.55 | 241.54 | 0.52 | 0.29 |
| Hex | 26 | 24 | 72 | 43 | 44 | 0 | 37 | F2 | 34 | 1D |
| Octal | 46 | 44 | 162 | 103 | 104 | 0 | 67 | 362 | 64 | 35 |
| Binary | 100110 | 100100 | 1110010 | 1000011 | 1000100 | 0 | 110111 | 11110010 | 110100 | 11101 |
Color Harmonies of #262472
Complementary color
Monochromatic Colors of #262472
Black with #262472
Text Example
Text Example
White with #262472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262472; }
p { color: rgb(38,36,114); }
H1.HeaderClassName
{
color: #262472;
}
.AnyTagClassName
{
color: #262472;
}
</style>
background-color css
<style>
a { background-color: #262472; }
a { background-color: rgb(38,36,114); }
div.DivClassName
{
background-color: #262472;
}
.BgClassName
{
background-color: #262472;
}
</style>
border-color css
<style>
span { border-color: #262472; }
span { border-color: rgb(38,36,114); }
td.TdClassName
{
border-color: #262472;
}
.TagClassName
{
border-color: #262472;
}
</style>