Shades of Midnight Blue #1B2975
Tints of Midnight Blue #1B2975
RGB
CMYK
RGB Variations
Color information
#1B2975 (or 0x1B2975) is known color: Midnight Blue. HEX triplet: 1B, 29 and 75. RGB value is (27,41,117). Sum of RGB (Red+Green+Blue) = 27+41+117=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B2975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2975 is #E4D68A. Grayscale: #2D2D2D. Windows color (decimal): -14997131 or 7678235. OLE color: 7678235.
HSL color Cylindrical-coordinate representation of color #1B2975: hue angle of 230.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B2975 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 41 | 117 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.54 |
| HSL | 230.67º | 0.63% | 0.28% | - |
| HSV(B) | 230.67º | 0.77% | 0.46% | - |
| XYZ | 4.46 | 3.1 | 17.19 | - |
| YUV | 45.48 | 168.36 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 41 | 117 | 0.77 | 0.65 | 0 | 0.54 | 230.67 | 0.63 | 0.28 |
| Hex | 1B | 29 | 75 | 4D | 41 | 0 | 36 | E7 | 3E | 1C |
| Octal | 33 | 51 | 165 | 115 | 101 | 0 | 66 | 347 | 76 | 34 |
| Binary | 11011 | 101001 | 1110101 | 1001101 | 1000001 | 0 | 110110 | 11100111 | 111110 | 11100 |
Color Harmonies of #1B2975
Complementary color
Monochromatic Colors of #1B2975
Black with #1B2975
Text Example
Text Example
White with #1B2975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2975; }
p { color: rgb(27,41,117); }
H1.HeaderClassName
{
color: #1B2975;
}
.AnyTagClassName
{
color: #1B2975;
}
</style>
background-color css
<style>
a { background-color: #1B2975; }
a { background-color: rgb(27,41,117); }
div.DivClassName
{
background-color: #1B2975;
}
.BgClassName
{
background-color: #1B2975;
}
</style>
border-color css
<style>
span { border-color: #1B2975; }
span { border-color: rgb(27,41,117); }
td.TdClassName
{
border-color: #1B2975;
}
.TagClassName
{
border-color: #1B2975;
}
</style>