Shades of New Midnight Blue #060CA3
Tints of New Midnight Blue #060CA3
RGB
CMYK
RGB Variations
Color information
#060CA3 (or 0x060CA3) is known color: New Midnight Blue. HEX triplet: 06, 0C and A3. RGB value is (6,12,163). Sum of RGB (Red+Green+Blue) = 6+12+163=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 163 (64.06% from 255 or 90.06% from 181); Max value from RGB is 163 - color contains mainly: blue. Hex color #060CA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060CA3 is #F9F35C. Grayscale: #1A1A1A. Windows color (decimal): -16380765 or 10685446. OLE color: 10685446.
HSL color Cylindrical-coordinate representation of color #060CA3: hue angle of 237.71º 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 #060CA3 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 12 | 163 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.36 |
| HSL | 237.71º | 0.93% | 0.33% | - |
| HSV(B) | 237.71º | 0.96% | 0.64% | - |
| XYZ | 6.82 | 2.95 | 34.86 | - |
| YUV | 27.42 | 204.51 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 163 | 0.96 | 0.93 | 0 | 0.36 | 237.71 | 0.93 | 0.33 |
| Hex | 6 | C | A3 | 60 | 5D | 0 | 24 | EE | 5D | 21 |
| Octal | 6 | 14 | 243 | 140 | 135 | 0 | 44 | 356 | 135 | 41 |
| Binary | 110 | 1100 | 10100011 | 1100000 | 1011101 | 0 | 100100 | 11101110 | 1011101 | 100001 |
Color Harmonies of #060CA3
Complementary color
Monochromatic Colors of #060CA3
Black with #060CA3
Text Example
Text Example
White with #060CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060CA3; }
p { color: rgb(6,12,163); }
H1.HeaderClassName
{
color: #060CA3;
}
.AnyTagClassName
{
color: #060CA3;
}
</style>
background-color css
<style>
a { background-color: #060CA3; }
a { background-color: rgb(6,12,163); }
div.DivClassName
{
background-color: #060CA3;
}
.BgClassName
{
background-color: #060CA3;
}
</style>
border-color css
<style>
span { border-color: #060CA3; }
span { border-color: rgb(6,12,163); }
td.TdClassName
{
border-color: #060CA3;
}
.TagClassName
{
border-color: #060CA3;
}
</style>