Shades of Midnight Blue #1B2262
Tints of Midnight Blue #1B2262
RGB
CMYK
RGB Variations
Color information
#1B2262 (or 0x1B2262) is known color: Midnight Blue. HEX triplet: 1B, 22 and 62. RGB value is (27,34,98). Sum of RGB (Red+Green+Blue) = 27+34+98=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B2262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2262 is #E4DD9D. Grayscale: #262626. Windows color (decimal): -14998942 or 6431259. OLE color: 6431259.
HSL color Cylindrical-coordinate representation of color #1B2262: hue angle of 234.08º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B2262 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 34 | 98 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.62 |
| HSL | 234.08º | 0.57% | 0.25% | - |
| HSV(B) | 234.08º | 0.72% | 0.38% | - |
| XYZ | 3.23 | 2.26 | 11.82 | - |
| YUV | 39.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 34 | 98 | 0.72 | 0.65 | 0 | 0.62 | 234.08 | 0.57 | 0.25 |
| Hex | 1B | 22 | 62 | 48 | 41 | 0 | 3E | EA | 39 | 19 |
| Octal | 33 | 42 | 142 | 110 | 101 | 0 | 76 | 352 | 71 | 31 |
| Binary | 11011 | 100010 | 1100010 | 1001000 | 1000001 | 0 | 111110 | 11101010 | 111001 | 11001 |
Color Harmonies of #1B2262
Complementary color
Monochromatic Colors of #1B2262
Black with #1B2262
Text Example
Text Example
White with #1B2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2262; }
p { color: rgb(27,34,98); }
H1.HeaderClassName
{
color: #1B2262;
}
.AnyTagClassName
{
color: #1B2262;
}
</style>
background-color css
<style>
a { background-color: #1B2262; }
a { background-color: rgb(27,34,98); }
div.DivClassName
{
background-color: #1B2262;
}
.BgClassName
{
background-color: #1B2262;
}
</style>
border-color css
<style>
span { border-color: #1B2262; }
span { border-color: rgb(27,34,98); }
td.TdClassName
{
border-color: #1B2262;
}
.TagClassName
{
border-color: #1B2262;
}
</style>