Shades of Midnight Blue #1B235F
Tints of Midnight Blue #1B235F
RGB
CMYK
RGB Variations
Color information
#1B235F (or 0x1B235F) is known color: Midnight Blue. HEX triplet: 1B, 23 and 5F. RGB value is (27,35,95). Sum of RGB (Red+Green+Blue) = 27+35+95=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #1B235F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B235F is #E4DCA0. Grayscale: #272727. Windows color (decimal): -14998689 or 6234907. OLE color: 6234907.
HSL color Cylindrical-coordinate representation of color #1B235F: hue angle of 232.94º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B235F is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 35 | 95 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.63 |
| HSL | 232.94º | 0.56% | 0.24% | - |
| HSV(B) | 232.94º | 0.72% | 0.37% | - |
| XYZ | 3.12 | 2.26 | 11.1 | - |
| YUV | 39.45 | 159.35 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 95 | 0.72 | 0.63 | 0 | 0.63 | 232.94 | 0.56 | 0.24 |
| Hex | 1B | 23 | 5F | 48 | 3F | 0 | 3F | E9 | 38 | 18 |
| Octal | 33 | 43 | 137 | 110 | 77 | 0 | 77 | 351 | 70 | 30 |
| Binary | 11011 | 100011 | 1011111 | 1001000 | 111111 | 0 | 111111 | 11101001 | 111000 | 11000 |
Color Harmonies of #1B235F
Complementary color
Monochromatic Colors of #1B235F
Black with #1B235F
Text Example
Text Example
White with #1B235F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B235F; }
p { color: rgb(27,35,95); }
H1.HeaderClassName
{
color: #1B235F;
}
.AnyTagClassName
{
color: #1B235F;
}
</style>
background-color css
<style>
a { background-color: #1B235F; }
a { background-color: rgb(27,35,95); }
div.DivClassName
{
background-color: #1B235F;
}
.BgClassName
{
background-color: #1B235F;
}
</style>
border-color css
<style>
span { border-color: #1B235F; }
span { border-color: rgb(27,35,95); }
td.TdClassName
{
border-color: #1B235F;
}
.TagClassName
{
border-color: #1B235F;
}
</style>