Shades of Midnight Blue #1C257A
Tints of Midnight Blue #1C257A
RGB
CMYK
RGB Variations
Color information
#1C257A (or 0x1C257A) is known color: Midnight Blue. HEX triplet: 1C, 25 and 7A. RGB value is (28,37,122). Sum of RGB (Red+Green+Blue) = 28+37+122=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 122 (48.05% from 255 or 65.24% from 187); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C257A is #E3DA85. Grayscale: #2B2B2B. Windows color (decimal): -14932614 or 8004892. OLE color: 8004892.
HSL color Cylindrical-coordinate representation of color #1C257A: hue angle of 234.26º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C257A is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 37 | 122 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.52 |
| HSL | 234.26º | 0.63% | 0.29% | - |
| HSV(B) | 234.26º | 0.77% | 0.48% | - |
| XYZ | 4.65 | 2.98 | 18.74 | - |
| YUV | 44 | 172.02 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 37 | 122 | 0.77 | 0.70 | 0 | 0.52 | 234.26 | 0.63 | 0.29 |
| Hex | 1C | 25 | 7A | 4D | 46 | 0 | 34 | EA | 3F | 1D |
| Octal | 34 | 45 | 172 | 115 | 106 | 0 | 64 | 352 | 77 | 35 |
| Binary | 11100 | 100101 | 1111010 | 1001101 | 1000110 | 0 | 110100 | 11101010 | 111111 | 11101 |
Color Harmonies of #1C257A
Complementary color
Monochromatic Colors of #1C257A
Black with #1C257A
Text Example
Text Example
White with #1C257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C257A; }
p { color: rgb(28,37,122); }
H1.HeaderClassName
{
color: #1C257A;
}
.AnyTagClassName
{
color: #1C257A;
}
</style>
background-color css
<style>
a { background-color: #1C257A; }
a { background-color: rgb(28,37,122); }
div.DivClassName
{
background-color: #1C257A;
}
.BgClassName
{
background-color: #1C257A;
}
</style>
border-color css
<style>
span { border-color: #1C257A; }
span { border-color: rgb(28,37,122); }
td.TdClassName
{
border-color: #1C257A;
}
.TagClassName
{
border-color: #1C257A;
}
</style>