Shades of New Midnight Blue #0600A3
Tints of New Midnight Blue #0600A3
RGB
CMYK
RGB Variations
Color information
#0600A3 (or 0x0600A3) is known color: New Midnight Blue. HEX triplet: 06, 00 and A3. RGB value is (6,0,163). Sum of RGB (Red+Green+Blue) = 6+0+163=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 163 (64.06% from 255 or 96.45% from 169); Max value from RGB is 163 - color contains mainly: blue. Hex color #0600A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0600A3 is #F9FF5C. Grayscale: #131313. Windows color (decimal): -16383837 or 10682374. OLE color: 10682374.
HSL color Cylindrical-coordinate representation of color #0600A3: hue angle of 242.21º 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 #0600A3 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 0 | 163 | - |
| CMYK | 0.96 | 1 | 0 | 0.36 |
| HSL | 242.21º | 1% | 0.32% | - |
| HSV(B) | 242.21º | 1% | 0.64% | - |
| XYZ | 6.69 | 2.68 | 34.82 | - |
| YUV | 20.38 | 208.49 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 163 | 0.96 | 1 | 0 | 0.36 | 242.21 | 1 | 0.32 |
| Hex | 6 | 0 | A3 | 60 | 64 | 0 | 24 | F2 | 64 | 20 |
| Octal | 6 | 0 | 243 | 140 | 144 | 0 | 44 | 362 | 144 | 40 |
| Binary | 110 | 0 | 10100011 | 1100000 | 1100100 | 0 | 100100 | 11110010 | 1100100 | 100000 |
Color Harmonies of #0600A3
Complementary color
Monochromatic Colors of #0600A3
Black with #0600A3
Text Example
Text Example
White with #0600A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0600A3; }
p { color: rgb(6,0,163); }
H1.HeaderClassName
{
color: #0600A3;
}
.AnyTagClassName
{
color: #0600A3;
}
</style>
background-color css
<style>
a { background-color: #0600A3; }
a { background-color: rgb(6,0,163); }
div.DivClassName
{
background-color: #0600A3;
}
.BgClassName
{
background-color: #0600A3;
}
</style>
border-color css
<style>
span { border-color: #0600A3; }
span { border-color: rgb(6,0,163); }
td.TdClassName
{
border-color: #0600A3;
}
.TagClassName
{
border-color: #0600A3;
}
</style>