Shades of Midnight Blue #1C267B
Tints of Midnight Blue #1C267B
RGB
CMYK
RGB Variations
Color information
#1C267B (or 0x1C267B) is known color: Midnight Blue. HEX triplet: 1C, 26 and 7B. RGB value is (28,38,123). Sum of RGB (Red+Green+Blue) = 28+38+123=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C267B is #E3D984. Grayscale: #2C2C2C. Windows color (decimal): -14932357 or 8070684. OLE color: 8070684.
HSL color Cylindrical-coordinate representation of color #1C267B: hue angle of 233.68º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C267B is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 38 | 123 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.52 |
| HSL | 233.68º | 0.63% | 0.3% | - |
| HSV(B) | 233.68º | 0.77% | 0.48% | - |
| XYZ | 4.75 | 3.06 | 19.08 | - |
| YUV | 44.7 | 172.19 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 38 | 123 | 0.77 | 0.69 | 0 | 0.52 | 233.68 | 0.63 | 0.3 |
| Hex | 1C | 26 | 7B | 4D | 45 | 0 | 34 | EA | 3F | 1E |
| Octal | 34 | 46 | 173 | 115 | 105 | 0 | 64 | 352 | 77 | 36 |
| Binary | 11100 | 100110 | 1111011 | 1001101 | 1000101 | 0 | 110100 | 11101010 | 111111 | 11110 |
Color Harmonies of #1C267B
Complementary color
Monochromatic Colors of #1C267B
Black with #1C267B
Text Example
Text Example
White with #1C267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C267B; }
p { color: rgb(28,38,123); }
H1.HeaderClassName
{
color: #1C267B;
}
.AnyTagClassName
{
color: #1C267B;
}
</style>
background-color css
<style>
a { background-color: #1C267B; }
a { background-color: rgb(28,38,123); }
div.DivClassName
{
background-color: #1C267B;
}
.BgClassName
{
background-color: #1C267B;
}
</style>
border-color css
<style>
span { border-color: #1C267B; }
span { border-color: rgb(28,38,123); }
td.TdClassName
{
border-color: #1C267B;
}
.TagClassName
{
border-color: #1C267B;
}
</style>