Shades of Midnight Blue #1B005C
Tints of Midnight Blue #1B005C
RGB
CMYK
RGB Variations
Color information
#1B005C (or 0x1B005C) is known color: Midnight Blue. HEX triplet: 1B, 00 and 5C. RGB value is (27,0,92). Sum of RGB (Red+Green+Blue) = 27+0+92=119 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.69% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 92 (36.33% from 255 or 77.31% from 119); Max value from RGB is 92 - color contains mainly: blue. Hex color #1B005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B005C is #E4FFA3. Grayscale: #121212. Windows color (decimal): -15007652 or 6029339. OLE color: 6029339.
HSL color Cylindrical-coordinate representation of color #1B005C: hue angle of 257.61º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B005C is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 0 | 92 | - |
| CMYK | 0.71 | 1 | 0 | 0.64 |
| HSL | 257.61º | 1% | 0.18% | - |
| HSV(B) | 257.61º | 1% | 0.36% | - |
| XYZ | 2.38 | 1.01 | 10.19 | - |
| YUV | 18.56 | 169.45 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 92 | 0.71 | 1 | 0 | 0.64 | 257.61 | 1 | 0.18 |
| Hex | 1B | 0 | 5C | 47 | 64 | 0 | 40 | 102 | 64 | 12 |
| Octal | 33 | 0 | 134 | 107 | 144 | 0 | 100 | 402 | 144 | 22 |
| Binary | 11011 | 0 | 1011100 | 1000111 | 1100100 | 0 | 1000000 | 100000010 | 1100100 | 10010 |
Color Harmonies of #1B005C
Complementary color
Monochromatic Colors of #1B005C
Black with #1B005C
Text Example
Text Example
White with #1B005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B005C; }
p { color: rgb(27,0,92); }
H1.HeaderClassName
{
color: #1B005C;
}
.AnyTagClassName
{
color: #1B005C;
}
</style>
background-color css
<style>
a { background-color: #1B005C; }
a { background-color: rgb(27,0,92); }
div.DivClassName
{
background-color: #1B005C;
}
.BgClassName
{
background-color: #1B005C;
}
</style>
border-color css
<style>
span { border-color: #1B005C; }
span { border-color: rgb(27,0,92); }
td.TdClassName
{
border-color: #1B005C;
}
.TagClassName
{
border-color: #1B005C;
}
</style>