Shades of Midnight Blue #1B2683
Tints of Midnight Blue #1B2683
RGB
CMYK
RGB Variations
Color information
#1B2683 (or 0x1B2683) is known color: Midnight Blue. HEX triplet: 1B, 26 and 83. RGB value is (27,38,131). Sum of RGB (Red+Green+Blue) = 27+38+131=196 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.78% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 131 (51.56% from 255 or 66.84% from 196); Max value from RGB is 131 - color contains mainly: blue. Hex color #1B2683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2683 is #E4D97C. Grayscale: #2C2C2C. Windows color (decimal): -14997885 or 8594971. OLE color: 8594971.
HSL color Cylindrical-coordinate representation of color #1B2683: hue angle of 233.65º 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 #1B2683 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 38 | 131 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.49 |
| HSL | 233.65º | 0.66% | 0.31% | - |
| HSV(B) | 233.65º | 0.79% | 0.51% | - |
| XYZ | 5.24 | 3.26 | 21.83 | - |
| YUV | 45.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 38 | 131 | 0.79 | 0.71 | 0 | 0.49 | 233.65 | 0.66 | 0.31 |
| Hex | 1B | 26 | 83 | 4F | 47 | 0 | 31 | EA | 42 | 1F |
| Octal | 33 | 46 | 203 | 117 | 107 | 0 | 61 | 352 | 102 | 37 |
| Binary | 11011 | 100110 | 10000011 | 1001111 | 1000111 | 0 | 110001 | 11101010 | 1000010 | 11111 |
Color Harmonies of #1B2683
Complementary color
Monochromatic Colors of #1B2683
Black with #1B2683
Text Example
Text Example
White with #1B2683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2683; }
p { color: rgb(27,38,131); }
H1.HeaderClassName
{
color: #1B2683;
}
.AnyTagClassName
{
color: #1B2683;
}
</style>
background-color css
<style>
a { background-color: #1B2683; }
a { background-color: rgb(27,38,131); }
div.DivClassName
{
background-color: #1B2683;
}
.BgClassName
{
background-color: #1B2683;
}
</style>
border-color css
<style>
span { border-color: #1B2683; }
span { border-color: rgb(27,38,131); }
td.TdClassName
{
border-color: #1B2683;
}
.TagClassName
{
border-color: #1B2683;
}
</style>