Shades of Midnight Blue #1B035A
Tints of Midnight Blue #1B035A
RGB
CMYK
RGB Variations
Color information
#1B035A (or 0x1B035A) is known color: Midnight Blue. HEX triplet: 1B, 03 and 5A. RGB value is (27,3,90). Sum of RGB (Red+Green+Blue) = 27+3+90=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 90 (35.55% from 255 or 75% from 120); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B035A is #E4FCA5. Grayscale: #131313. Windows color (decimal): -15006886 or 5899035. OLE color: 5899035.
HSL color Cylindrical-coordinate representation of color #1B035A: hue angle of 256.55º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B035A is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 3 | 90 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.65 |
| HSL | 256.55º | 0.94% | 0.18% | - |
| HSV(B) | 256.55º | 0.97% | 0.35% | - |
| XYZ | 2.33 | 1.04 | 9.75 | - |
| YUV | 20.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 3 | 90 | 0.70 | 0.97 | 0 | 0.65 | 256.55 | 0.94 | 0.18 |
| Hex | 1B | 3 | 5A | 46 | 61 | 0 | 41 | 101 | 5E | 12 |
| Octal | 33 | 3 | 132 | 106 | 141 | 0 | 101 | 401 | 136 | 22 |
| Binary | 11011 | 11 | 1011010 | 1000110 | 1100001 | 0 | 1000001 | 100000001 | 1011110 | 10010 |
Color Harmonies of #1B035A
Complementary color
Monochromatic Colors of #1B035A
Black with #1B035A
Text Example
Text Example
White with #1B035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B035A; }
p { color: rgb(27,3,90); }
H1.HeaderClassName
{
color: #1B035A;
}
.AnyTagClassName
{
color: #1B035A;
}
</style>
background-color css
<style>
a { background-color: #1B035A; }
a { background-color: rgb(27,3,90); }
div.DivClassName
{
background-color: #1B035A;
}
.BgClassName
{
background-color: #1B035A;
}
</style>
border-color css
<style>
span { border-color: #1B035A; }
span { border-color: rgb(27,3,90); }
td.TdClassName
{
border-color: #1B035A;
}
.TagClassName
{
border-color: #1B035A;
}
</style>