Shades of Midnight Blue #1C2462
Tints of Midnight Blue #1C2462
RGB
CMYK
RGB Variations
Color information
#1C2462 (or 0x1C2462) is known color: Midnight Blue. HEX triplet: 1C, 24 and 62. RGB value is (28,36,98). Sum of RGB (Red+Green+Blue) = 28+36+98=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #1C2462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2462 is #E3DB9D. Grayscale: #282828. Windows color (decimal): -14932894 or 6431772. OLE color: 6431772.
HSL color Cylindrical-coordinate representation of color #1C2462: hue angle of 233.14º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C2462 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 36 | 98 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.62 |
| HSL | 233.14º | 0.56% | 0.25% | - |
| HSV(B) | 233.14º | 0.71% | 0.38% | - |
| XYZ | 3.31 | 2.39 | 11.84 | - |
| YUV | 40.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 98 | 0.71 | 0.63 | 0 | 0.62 | 233.14 | 0.56 | 0.25 |
| Hex | 1C | 24 | 62 | 47 | 3F | 0 | 3E | E9 | 38 | 19 |
| Octal | 34 | 44 | 142 | 107 | 77 | 0 | 76 | 351 | 70 | 31 |
| Binary | 11100 | 100100 | 1100010 | 1000111 | 111111 | 0 | 111110 | 11101001 | 111000 | 11001 |
Color Harmonies of #1C2462
Complementary color
Monochromatic Colors of #1C2462
Black with #1C2462
Text Example
Text Example
White with #1C2462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2462; }
p { color: rgb(28,36,98); }
H1.HeaderClassName
{
color: #1C2462;
}
.AnyTagClassName
{
color: #1C2462;
}
</style>
background-color css
<style>
a { background-color: #1C2462; }
a { background-color: rgb(28,36,98); }
div.DivClassName
{
background-color: #1C2462;
}
.BgClassName
{
background-color: #1C2462;
}
</style>
border-color css
<style>
span { border-color: #1C2462; }
span { border-color: rgb(28,36,98); }
td.TdClassName
{
border-color: #1C2462;
}
.TagClassName
{
border-color: #1C2462;
}
</style>