Shades of Midnight Blue #1B2682
Tints of Midnight Blue #1B2682
RGB
CMYK
RGB Variations
Color information
#1B2682 (or 0x1B2682) is known color: Midnight Blue. HEX triplet: 1B, 26 and 82. RGB value is (27,38,130). Sum of RGB (Red+Green+Blue) = 27+38+130=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #1B2682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2682 is #E4D97D. Grayscale: #2C2C2C. Windows color (decimal): -14997886 or 8529435. OLE color: 8529435.
HSL color Cylindrical-coordinate representation of color #1B2682: hue angle of 233.59º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B2682 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 38 | 130 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.49 |
| HSL | 233.59º | 0.66% | 0.31% | - |
| HSV(B) | 233.59º | 0.79% | 0.51% | - |
| XYZ | 5.17 | 3.23 | 21.47 | - |
| YUV | 45.2 | 175.86 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 38 | 130 | 0.79 | 0.71 | 0 | 0.49 | 233.59 | 0.66 | 0.31 |
| Hex | 1B | 26 | 82 | 4F | 47 | 0 | 31 | EA | 42 | 1F |
| Octal | 33 | 46 | 202 | 117 | 107 | 0 | 61 | 352 | 102 | 37 |
| Binary | 11011 | 100110 | 10000010 | 1001111 | 1000111 | 0 | 110001 | 11101010 | 1000010 | 11111 |
Color Harmonies of #1B2682
Complementary color
Monochromatic Colors of #1B2682
Black with #1B2682
Text Example
Text Example
White with #1B2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2682; }
p { color: rgb(27,38,130); }
H1.HeaderClassName
{
color: #1B2682;
}
.AnyTagClassName
{
color: #1B2682;
}
</style>
background-color css
<style>
a { background-color: #1B2682; }
a { background-color: rgb(27,38,130); }
div.DivClassName
{
background-color: #1B2682;
}
.BgClassName
{
background-color: #1B2682;
}
</style>
border-color css
<style>
span { border-color: #1B2682; }
span { border-color: rgb(27,38,130); }
td.TdClassName
{
border-color: #1B2682;
}
.TagClassName
{
border-color: #1B2682;
}
</style>