Shades of Midnight Blue #1B0262
Tints of Midnight Blue #1B0262
RGB
CMYK
RGB Variations
Color information
#1B0262 (or 0x1B0262) is known color: Midnight Blue. HEX triplet: 1B, 02 and 62. RGB value is (27,2,98). Sum of RGB (Red+Green+Blue) = 27+2+98=127 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.26% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 98 (38.67% from 255 or 77.17% from 127); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B0262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0262 is #E4FD9D. Grayscale: #141414. Windows color (decimal): -15007134 or 6423067. OLE color: 6423067.
HSL color Cylindrical-coordinate representation of color #1B0262: hue angle of 255.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B0262 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 2 | 98 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.62 |
| HSL | 255.63º | 0.96% | 0.2% | - |
| HSV(B) | 255.63º | 0.98% | 0.38% | - |
| XYZ | 2.68 | 1.16 | 11.64 | - |
| YUV | 20.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 98 | 0.72 | 0.98 | 0 | 0.62 | 255.63 | 0.96 | 0.2 |
| Hex | 1B | 2 | 62 | 48 | 62 | 0 | 3E | 100 | 60 | 14 |
| Octal | 33 | 2 | 142 | 110 | 142 | 0 | 76 | 400 | 140 | 24 |
| Binary | 11011 | 10 | 1100010 | 1001000 | 1100010 | 0 | 111110 | 100000000 | 1100000 | 10100 |
Color Harmonies of #1B0262
Complementary color
Monochromatic Colors of #1B0262
Black with #1B0262
Text Example
Text Example
White with #1B0262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0262; }
p { color: rgb(27,2,98); }
H1.HeaderClassName
{
color: #1B0262;
}
.AnyTagClassName
{
color: #1B0262;
}
</style>
background-color css
<style>
a { background-color: #1B0262; }
a { background-color: rgb(27,2,98); }
div.DivClassName
{
background-color: #1B0262;
}
.BgClassName
{
background-color: #1B0262;
}
</style>
border-color css
<style>
span { border-color: #1B0262; }
span { border-color: rgb(27,2,98); }
td.TdClassName
{
border-color: #1B0262;
}
.TagClassName
{
border-color: #1B0262;
}
</style>