Shades of Midnight Blue #1C0367
Tints of Midnight Blue #1C0367
RGB
CMYK
RGB Variations
Color information
#1C0367 (or 0x1C0367) is known color: Midnight Blue. HEX triplet: 1C, 03 and 67. RGB value is (28,3,103). Sum of RGB (Red+Green+Blue) = 28+3+103=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 103 (40.62% from 255 or 76.87% from 134); Max value from RGB is 103 - color contains mainly: blue. Hex color #1C0367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0367 is #E3FC98. Grayscale: #151515. Windows color (decimal): -14941337 or 6751004. OLE color: 6751004.
HSL color Cylindrical-coordinate representation of color #1C0367: hue angle of 255º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C0367 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 3 | 103 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.60 |
| HSL | 255º | 0.94% | 0.21% | - |
| HSV(B) | 255º | 0.97% | 0.4% | - |
| XYZ | 2.96 | 1.29 | 12.93 | - |
| YUV | 21.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 103 | 0.73 | 0.97 | 0 | 0.60 | 255 | 0.94 | 0.21 |
| Hex | 1C | 3 | 67 | 49 | 61 | 0 | 3C | FF | 5E | 15 |
| Octal | 34 | 3 | 147 | 111 | 141 | 0 | 74 | 377 | 136 | 25 |
| Binary | 11100 | 11 | 1100111 | 1001001 | 1100001 | 0 | 111100 | 11111111 | 1011110 | 10101 |
Color Harmonies of #1C0367
Complementary color
Monochromatic Colors of #1C0367
Black with #1C0367
Text Example
Text Example
White with #1C0367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0367; }
p { color: rgb(28,3,103); }
H1.HeaderClassName
{
color: #1C0367;
}
.AnyTagClassName
{
color: #1C0367;
}
</style>
background-color css
<style>
a { background-color: #1C0367; }
a { background-color: rgb(28,3,103); }
div.DivClassName
{
background-color: #1C0367;
}
.BgClassName
{
background-color: #1C0367;
}
</style>
border-color css
<style>
span { border-color: #1C0367; }
span { border-color: rgb(28,3,103); }
td.TdClassName
{
border-color: #1C0367;
}
.TagClassName
{
border-color: #1C0367;
}
</style>