Shades of Midnight Blue #262373
Tints of Midnight Blue #262373
RGB
CMYK
RGB Variations
Color information
#262373 (or 0x262373) is known color: Midnight Blue. HEX triplet: 26, 23 and 73. RGB value is (38,35,115). Sum of RGB (Red+Green+Blue) = 38+35+115=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #262373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262373 is #D9DC8C. Grayscale: #2C2C2C. Windows color (decimal): -14277773 or 7545638. OLE color: 7545638.
HSL color Cylindrical-coordinate representation of color #262373: hue angle of 242.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #262373 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 35 | 115 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.55 |
| HSL | 242.25º | 0.53% | 0.29% | - |
| HSV(B) | 242.25º | 0.7% | 0.45% | - |
| XYZ | 4.49 | 2.85 | 16.53 | - |
| YUV | 45.02 | 167.49 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 35 | 115 | 0.67 | 0.70 | 0 | 0.55 | 242.25 | 0.53 | 0.29 |
| Hex | 26 | 23 | 73 | 43 | 46 | 0 | 37 | F2 | 35 | 1D |
| Octal | 46 | 43 | 163 | 103 | 106 | 0 | 67 | 362 | 65 | 35 |
| Binary | 100110 | 100011 | 1110011 | 1000011 | 1000110 | 0 | 110111 | 11110010 | 110101 | 11101 |
Color Harmonies of #262373
Complementary color
Monochromatic Colors of #262373
Black with #262373
Text Example
Text Example
White with #262373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262373; }
p { color: rgb(38,35,115); }
H1.HeaderClassName
{
color: #262373;
}
.AnyTagClassName
{
color: #262373;
}
</style>
background-color css
<style>
a { background-color: #262373; }
a { background-color: rgb(38,35,115); }
div.DivClassName
{
background-color: #262373;
}
.BgClassName
{
background-color: #262373;
}
</style>
border-color css
<style>
span { border-color: #262373; }
span { border-color: rgb(38,35,115); }
td.TdClassName
{
border-color: #262373;
}
.TagClassName
{
border-color: #262373;
}
</style>