Shades of New Midnight Blue #1B05B2
Tints of New Midnight Blue #1B05B2
RGB
CMYK
RGB Variations
Color information
#1B05B2 (or 0x1B05B2) is known color: New Midnight Blue. HEX triplet: 1B, 05 and B2. RGB value is (27,5,178). Sum of RGB (Red+Green+Blue) = 27+5+178=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 178 (69.92% from 255 or 84.76% from 210); Max value from RGB is 178 - color contains mainly: blue. Hex color #1B05B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B05B2 is #E4FA4D. Grayscale: #1E1E1E. Windows color (decimal): -15006286 or 11666715. OLE color: 11666715.
HSL color Cylindrical-coordinate representation of color #1B05B2: hue angle of 247.63º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B05B2 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 5 | 178 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.30 |
| HSL | 247.63º | 0.95% | 0.36% | - |
| HSV(B) | 247.63º | 0.97% | 0.7% | - |
| XYZ | 8.54 | 3.56 | 42.36 | - |
| YUV | 31.3 | 210.79 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 178 | 0.85 | 0.97 | 0 | 0.30 | 247.63 | 0.95 | 0.36 |
| Hex | 1B | 5 | B2 | 55 | 61 | 0 | 1E | F8 | 5F | 24 |
| Octal | 33 | 5 | 262 | 125 | 141 | 0 | 36 | 370 | 137 | 44 |
| Binary | 11011 | 101 | 10110010 | 1010101 | 1100001 | 0 | 11110 | 11111000 | 1011111 | 100100 |
Color Harmonies of #1B05B2
Complementary color
Monochromatic Colors of #1B05B2
Black with #1B05B2
Text Example
Text Example
White with #1B05B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B05B2; }
p { color: rgb(27,5,178); }
H1.HeaderClassName
{
color: #1B05B2;
}
.AnyTagClassName
{
color: #1B05B2;
}
</style>
background-color css
<style>
a { background-color: #1B05B2; }
a { background-color: rgb(27,5,178); }
div.DivClassName
{
background-color: #1B05B2;
}
.BgClassName
{
background-color: #1B05B2;
}
</style>
border-color css
<style>
span { border-color: #1B05B2; }
span { border-color: rgb(27,5,178); }
td.TdClassName
{
border-color: #1B05B2;
}
.TagClassName
{
border-color: #1B05B2;
}
</style>