Shades of Midnight Blue #251C83
Tints of Midnight Blue #251C83
RGB
CMYK
RGB Variations
Color information
#251C83 (or 0x251C83) is known color: Midnight Blue. HEX triplet: 25, 1C and 83. RGB value is (37,28,131). Sum of RGB (Red+Green+Blue) = 37+28+131=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 131 (51.56% from 255 or 66.84% from 196); Max value from RGB is 131 - color contains mainly: blue. Hex color #251C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251C83 is #DAE37C. Grayscale: #2A2A2A. Windows color (decimal): -14345085 or 8592421. OLE color: 8592421.
HSL color Cylindrical-coordinate representation of color #251C83: hue angle of 245.24º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #251C83 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 28 | 131 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.49 |
| HSL | 245.24º | 0.65% | 0.31% | - |
| HSV(B) | 245.24º | 0.79% | 0.51% | - |
| XYZ | 5.27 | 2.86 | 21.75 | - |
| YUV | 42.43 | 177.98 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 131 | 0.72 | 0.79 | 0 | 0.49 | 245.24 | 0.65 | 0.31 |
| Hex | 25 | 1C | 83 | 48 | 4F | 0 | 31 | F5 | 41 | 1F |
| Octal | 45 | 34 | 203 | 110 | 117 | 0 | 61 | 365 | 101 | 37 |
| Binary | 100101 | 11100 | 10000011 | 1001000 | 1001111 | 0 | 110001 | 11110101 | 1000001 | 11111 |
Color Harmonies of #251C83
Complementary color
Monochromatic Colors of #251C83
Black with #251C83
Text Example
Text Example
White with #251C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C83; }
p { color: rgb(37,28,131); }
H1.HeaderClassName
{
color: #251C83;
}
.AnyTagClassName
{
color: #251C83;
}
</style>
background-color css
<style>
a { background-color: #251C83; }
a { background-color: rgb(37,28,131); }
div.DivClassName
{
background-color: #251C83;
}
.BgClassName
{
background-color: #251C83;
}
</style>
border-color css
<style>
span { border-color: #251C83; }
span { border-color: rgb(37,28,131); }
td.TdClassName
{
border-color: #251C83;
}
.TagClassName
{
border-color: #251C83;
}
</style>