Shades of New Midnight Blue #0613AB
Tints of New Midnight Blue #0613AB
RGB
CMYK
RGB Variations
Color information
#0613AB (or 0x0613AB) is known color: New Midnight Blue. HEX triplet: 06, 13 and AB. RGB value is (6,19,171). Sum of RGB (Red+Green+Blue) = 6+19+171=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 171 (67.19% from 255 or 87.24% from 196); Max value from RGB is 171 - color contains mainly: blue. Hex color #0613AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0613AB is #F9EC54. Grayscale: #1F1F1F. Windows color (decimal): -16378965 or 11211526. OLE color: 11211526.
HSL color Cylindrical-coordinate representation of color #0613AB: hue angle of 235.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0613AB is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 19 | 171 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.33 |
| HSL | 235.27º | 0.93% | 0.35% | - |
| HSV(B) | 235.27º | 0.96% | 0.67% | - |
| XYZ | 7.66 | 3.44 | 38.79 | - |
| YUV | 32.44 | 206.19 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 171 | 0.96 | 0.89 | 0 | 0.33 | 235.27 | 0.93 | 0.35 |
| Hex | 6 | 13 | AB | 60 | 59 | 0 | 21 | EB | 5D | 23 |
| Octal | 6 | 23 | 253 | 140 | 131 | 0 | 41 | 353 | 135 | 43 |
| Binary | 110 | 10011 | 10101011 | 1100000 | 1011001 | 0 | 100001 | 11101011 | 1011101 | 100011 |
Color Harmonies of #0613AB
Complementary color
Monochromatic Colors of #0613AB
Black with #0613AB
Text Example
Text Example
White with #0613AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0613AB; }
p { color: rgb(6,19,171); }
H1.HeaderClassName
{
color: #0613AB;
}
.AnyTagClassName
{
color: #0613AB;
}
</style>
background-color css
<style>
a { background-color: #0613AB; }
a { background-color: rgb(6,19,171); }
div.DivClassName
{
background-color: #0613AB;
}
.BgClassName
{
background-color: #0613AB;
}
</style>
border-color css
<style>
span { border-color: #0613AB; }
span { border-color: rgb(6,19,171); }
td.TdClassName
{
border-color: #0613AB;
}
.TagClassName
{
border-color: #0613AB;
}
</style>