Shades of New Midnight Blue #0614A3
Tints of New Midnight Blue #0614A3
RGB
CMYK
RGB Variations
Color information
#0614A3 (or 0x0614A3) is known color: New Midnight Blue. HEX triplet: 06, 14 and A3. RGB value is (6,20,163). Sum of RGB (Red+Green+Blue) = 6+20+163=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 163 (64.06% from 255 or 86.24% from 189); Max value from RGB is 163 - color contains mainly: blue. Hex color #0614A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0614A3 is #F9EB5C. Grayscale: #1F1F1F. Windows color (decimal): -16378717 or 10687494. OLE color: 10687494.
HSL color Cylindrical-coordinate representation of color #0614A3: hue angle of 234.65º 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 #0614A3 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 20 | 163 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.36 |
| HSL | 234.65º | 0.93% | 0.33% | - |
| HSV(B) | 234.65º | 0.96% | 0.64% | - |
| XYZ | 6.94 | 3.18 | 34.9 | - |
| YUV | 32.12 | 201.86 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 163 | 0.96 | 0.88 | 0 | 0.36 | 234.65 | 0.93 | 0.33 |
| Hex | 6 | 14 | A3 | 60 | 58 | 0 | 24 | EB | 5D | 21 |
| Octal | 6 | 24 | 243 | 140 | 130 | 0 | 44 | 353 | 135 | 41 |
| Binary | 110 | 10100 | 10100011 | 1100000 | 1011000 | 0 | 100100 | 11101011 | 1011101 | 100001 |
Color Harmonies of #0614A3
Complementary color
Monochromatic Colors of #0614A3
Black with #0614A3
Text Example
Text Example
White with #0614A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0614A3; }
p { color: rgb(6,20,163); }
H1.HeaderClassName
{
color: #0614A3;
}
.AnyTagClassName
{
color: #0614A3;
}
</style>
background-color css
<style>
a { background-color: #0614A3; }
a { background-color: rgb(6,20,163); }
div.DivClassName
{
background-color: #0614A3;
}
.BgClassName
{
background-color: #0614A3;
}
</style>
border-color css
<style>
span { border-color: #0614A3; }
span { border-color: rgb(6,20,163); }
td.TdClassName
{
border-color: #0614A3;
}
.TagClassName
{
border-color: #0614A3;
}
</style>