Shades of Midnight Blue #1C228A
Tints of Midnight Blue #1C228A
RGB
CMYK
RGB Variations
Color information
#1C228A (or 0x1C228A) is known color: Midnight Blue. HEX triplet: 1C, 22 and 8A. RGB value is (28,34,138). Sum of RGB (Red+Green+Blue) = 28+34+138=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 138 (54.30% from 255 or 69% from 200); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C228A is #E3DD75. Grayscale: #2B2B2B. Windows color (decimal): -14933366 or 9052700. OLE color: 9052700.
HSL color Cylindrical-coordinate representation of color #1C228A: hue angle of 236.73º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C228A is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 34 | 138 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.46 |
| HSL | 236.73º | 0.66% | 0.33% | - |
| HSV(B) | 236.73º | 0.8% | 0.54% | - |
| XYZ | 5.64 | 3.23 | 24.37 | - |
| YUV | 44.06 | 181.01 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 34 | 138 | 0.80 | 0.75 | 0 | 0.46 | 236.73 | 0.66 | 0.33 |
| Hex | 1C | 22 | 8A | 50 | 4B | 0 | 2E | ED | 42 | 21 |
| Octal | 34 | 42 | 212 | 120 | 113 | 0 | 56 | 355 | 102 | 41 |
| Binary | 11100 | 100010 | 10001010 | 1010000 | 1001011 | 0 | 101110 | 11101101 | 1000010 | 100001 |
Color Harmonies of #1C228A
Complementary color
Monochromatic Colors of #1C228A
Black with #1C228A
Text Example
Text Example
White with #1C228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C228A; }
p { color: rgb(28,34,138); }
H1.HeaderClassName
{
color: #1C228A;
}
.AnyTagClassName
{
color: #1C228A;
}
</style>
background-color css
<style>
a { background-color: #1C228A; }
a { background-color: rgb(28,34,138); }
div.DivClassName
{
background-color: #1C228A;
}
.BgClassName
{
background-color: #1C228A;
}
</style>
border-color css
<style>
span { border-color: #1C228A; }
span { border-color: rgb(28,34,138); }
td.TdClassName
{
border-color: #1C228A;
}
.TagClassName
{
border-color: #1C228A;
}
</style>