Shades of Midnight Blue #1B025D
Tints of Midnight Blue #1B025D
RGB
CMYK
RGB Variations
Color information
#1B025D (or 0x1B025D) is known color: Midnight Blue. HEX triplet: 1B, 02 and 5D. RGB value is (27,2,93). Sum of RGB (Red+Green+Blue) = 27+2+93=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B025D is #E4FDA2. Grayscale: #131313. Windows color (decimal): -15007139 or 6095387. OLE color: 6095387.
HSL color Cylindrical-coordinate representation of color #1B025D: hue angle of 256.48º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B025D is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 2 | 93 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.64 |
| HSL | 256.48º | 0.96% | 0.19% | - |
| HSV(B) | 256.48º | 0.98% | 0.36% | - |
| XYZ | 2.45 | 1.07 | 10.43 | - |
| YUV | 19.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 93 | 0.71 | 0.98 | 0 | 0.64 | 256.48 | 0.96 | 0.19 |
| Hex | 1B | 2 | 5D | 47 | 62 | 0 | 40 | 100 | 60 | 13 |
| Octal | 33 | 2 | 135 | 107 | 142 | 0 | 100 | 400 | 140 | 23 |
| Binary | 11011 | 10 | 1011101 | 1000111 | 1100010 | 0 | 1000000 | 100000000 | 1100000 | 10011 |
Color Harmonies of #1B025D
Complementary color
Monochromatic Colors of #1B025D
Black with #1B025D
Text Example
Text Example
White with #1B025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B025D; }
p { color: rgb(27,2,93); }
H1.HeaderClassName
{
color: #1B025D;
}
.AnyTagClassName
{
color: #1B025D;
}
</style>
background-color css
<style>
a { background-color: #1B025D; }
a { background-color: rgb(27,2,93); }
div.DivClassName
{
background-color: #1B025D;
}
.BgClassName
{
background-color: #1B025D;
}
</style>
border-color css
<style>
span { border-color: #1B025D; }
span { border-color: rgb(27,2,93); }
td.TdClassName
{
border-color: #1B025D;
}
.TagClassName
{
border-color: #1B025D;
}
</style>