Shades of Midnight Blue #1B026A
Tints of Midnight Blue #1B026A
RGB
CMYK
RGB Variations
Color information
#1B026A (or 0x1B026A) is known color: Midnight Blue. HEX triplet: 1B, 02 and 6A. RGB value is (27,2,106). Sum of RGB (Red+Green+Blue) = 27+2+106=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 106 (41.80% from 255 or 78.52% from 135); Max value from RGB is 106 - color contains mainly: blue. Hex color #1B026A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B026A is #E4FD95. Grayscale: #141414. Windows color (decimal): -15007126 or 6947355. OLE color: 6947355.
HSL color Cylindrical-coordinate representation of color #1B026A: hue angle of 254.42º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B026A is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 2 | 106 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.58 |
| HSL | 254.42º | 0.96% | 0.21% | - |
| HSV(B) | 254.42º | 0.98% | 0.42% | - |
| XYZ | 3.08 | 1.32 | 13.73 | - |
| YUV | 21.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 106 | 0.75 | 0.98 | 0 | 0.58 | 254.42 | 0.96 | 0.21 |
| Hex | 1B | 2 | 6A | 4B | 62 | 0 | 3A | FE | 60 | 15 |
| Octal | 33 | 2 | 152 | 113 | 142 | 0 | 72 | 376 | 140 | 25 |
| Binary | 11011 | 10 | 1101010 | 1001011 | 1100010 | 0 | 111010 | 11111110 | 1100000 | 10101 |
Color Harmonies of #1B026A
Complementary color
Monochromatic Colors of #1B026A
Black with #1B026A
Text Example
Text Example
White with #1B026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B026A; }
p { color: rgb(27,2,106); }
H1.HeaderClassName
{
color: #1B026A;
}
.AnyTagClassName
{
color: #1B026A;
}
</style>
background-color css
<style>
a { background-color: #1B026A; }
a { background-color: rgb(27,2,106); }
div.DivClassName
{
background-color: #1B026A;
}
.BgClassName
{
background-color: #1B026A;
}
</style>
border-color css
<style>
span { border-color: #1B026A; }
span { border-color: rgb(27,2,106); }
td.TdClassName
{
border-color: #1B026A;
}
.TagClassName
{
border-color: #1B026A;
}
</style>