Shades of New Midnight Blue #0613A4
Tints of New Midnight Blue #0613A4
RGB
CMYK
RGB Variations
Color information
#0613A4 (or 0x0613A4) is known color: New Midnight Blue. HEX triplet: 06, 13 and A4. RGB value is (6,19,164). Sum of RGB (Red+Green+Blue) = 6+19+164=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 164 (64.45% from 255 or 86.77% from 189); Max value from RGB is 164 - color contains mainly: blue. Hex color #0613A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0613A4 is #F9EC5B. Grayscale: #1F1F1F. Windows color (decimal): -16378972 or 10752774. OLE color: 10752774.
HSL color Cylindrical-coordinate representation of color #0613A4: hue angle of 235.06º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0613A4 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 19 | 164 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.36 |
| HSL | 235.06º | 0.93% | 0.33% | - |
| HSV(B) | 235.06º | 0.96% | 0.64% | - |
| XYZ | 7.01 | 3.18 | 35.37 | - |
| YUV | 31.64 | 202.69 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 164 | 0.96 | 0.88 | 0 | 0.36 | 235.06 | 0.93 | 0.33 |
| Hex | 6 | 13 | A4 | 60 | 58 | 0 | 24 | EB | 5D | 21 |
| Octal | 6 | 23 | 244 | 140 | 130 | 0 | 44 | 353 | 135 | 41 |
| Binary | 110 | 10011 | 10100100 | 1100000 | 1011000 | 0 | 100100 | 11101011 | 1011101 | 100001 |
Color Harmonies of #0613A4
Complementary color
Monochromatic Colors of #0613A4
Black with #0613A4
Text Example
Text Example
White with #0613A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0613A4; }
p { color: rgb(6,19,164); }
H1.HeaderClassName
{
color: #0613A4;
}
.AnyTagClassName
{
color: #0613A4;
}
</style>
background-color css
<style>
a { background-color: #0613A4; }
a { background-color: rgb(6,19,164); }
div.DivClassName
{
background-color: #0613A4;
}
.BgClassName
{
background-color: #0613A4;
}
</style>
border-color css
<style>
span { border-color: #0613A4; }
span { border-color: rgb(6,19,164); }
td.TdClassName
{
border-color: #0613A4;
}
.TagClassName
{
border-color: #0613A4;
}
</style>