Shades of Midnight Blue #1B065C
Tints of Midnight Blue #1B065C
RGB
CMYK
RGB Variations
Color information
#1B065C (or 0x1B065C) is known color: Midnight Blue. HEX triplet: 1B, 06 and 5C. RGB value is (27,6,92). Sum of RGB (Red+Green+Blue) = 27+6+92=125 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.6% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 92 (36.33% from 255 or 73.6% from 125); Max value from RGB is 92 - color contains mainly: blue. Hex color #1B065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B065C is #E4F9A3. Grayscale: #151515. Windows color (decimal): -15006116 or 6030875. OLE color: 6030875.
HSL color Cylindrical-coordinate representation of color #1B065C: hue angle of 254.65º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B065C is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 6 | 92 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.64 |
| HSL | 254.65º | 0.88% | 0.19% | - |
| HSV(B) | 254.65º | 0.93% | 0.36% | - |
| XYZ | 2.45 | 1.14 | 10.22 | - |
| YUV | 22.08 | 167.46 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 6 | 92 | 0.71 | 0.93 | 0 | 0.64 | 254.65 | 0.88 | 0.19 |
| Hex | 1B | 6 | 5C | 47 | 5D | 0 | 40 | FF | 58 | 13 |
| Octal | 33 | 6 | 134 | 107 | 135 | 0 | 100 | 377 | 130 | 23 |
| Binary | 11011 | 110 | 1011100 | 1000111 | 1011101 | 0 | 1000000 | 11111111 | 1011000 | 10011 |
Color Harmonies of #1B065C
Complementary color
Monochromatic Colors of #1B065C
Black with #1B065C
Text Example
Text Example
White with #1B065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B065C; }
p { color: rgb(27,6,92); }
H1.HeaderClassName
{
color: #1B065C;
}
.AnyTagClassName
{
color: #1B065C;
}
</style>
background-color css
<style>
a { background-color: #1B065C; }
a { background-color: rgb(27,6,92); }
div.DivClassName
{
background-color: #1B065C;
}
.BgClassName
{
background-color: #1B065C;
}
</style>
border-color css
<style>
span { border-color: #1B065C; }
span { border-color: rgb(27,6,92); }
td.TdClassName
{
border-color: #1B065C;
}
.TagClassName
{
border-color: #1B065C;
}
</style>