Shades of New Midnight Blue #0600A4
Tints of New Midnight Blue #0600A4
RGB
CMYK
RGB Variations
Color information
#0600A4 (or 0x0600A4) is known color: New Midnight Blue. HEX triplet: 06, 00 and A4. RGB value is (6,0,164). Sum of RGB (Red+Green+Blue) = 6+0+164=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 164 (64.45% from 255 or 96.47% from 170); Max value from RGB is 164 - color contains mainly: blue. Hex color #0600A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0600A4 is #F9FF5B. Grayscale: #131313. Windows color (decimal): -16383836 or 10747910. OLE color: 10747910.
HSL color Cylindrical-coordinate representation of color #0600A4: hue angle of 242.2º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0600A4 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 0 | 164 | - |
| CMYK | 0.96 | 1 | 0 | 0.36 |
| HSL | 242.2º | 1% | 0.32% | - |
| HSV(B) | 242.2º | 1% | 0.64% | - |
| XYZ | 6.78 | 2.72 | 35.29 | - |
| YUV | 20.49 | 208.99 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 164 | 0.96 | 1 | 0 | 0.36 | 242.2 | 1 | 0.32 |
| Hex | 6 | 0 | A4 | 60 | 64 | 0 | 24 | F2 | 64 | 20 |
| Octal | 6 | 0 | 244 | 140 | 144 | 0 | 44 | 362 | 144 | 40 |
| Binary | 110 | 0 | 10100100 | 1100000 | 1100100 | 0 | 100100 | 11110010 | 1100100 | 100000 |
Color Harmonies of #0600A4
Complementary color
Monochromatic Colors of #0600A4
Black with #0600A4
Text Example
Text Example
White with #0600A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0600A4; }
p { color: rgb(6,0,164); }
H1.HeaderClassName
{
color: #0600A4;
}
.AnyTagClassName
{
color: #0600A4;
}
</style>
background-color css
<style>
a { background-color: #0600A4; }
a { background-color: rgb(6,0,164); }
div.DivClassName
{
background-color: #0600A4;
}
.BgClassName
{
background-color: #0600A4;
}
</style>
border-color css
<style>
span { border-color: #0600A4; }
span { border-color: rgb(6,0,164); }
td.TdClassName
{
border-color: #0600A4;
}
.TagClassName
{
border-color: #0600A4;
}
</style>