Shades of New Midnight Blue #060BA2
Tints of New Midnight Blue #060BA2
RGB
CMYK
RGB Variations
Color information
#060BA2 (or 0x060BA2) is known color: New Midnight Blue. HEX triplet: 06, 0B and A2. RGB value is (6,11,162). Sum of RGB (Red+Green+Blue) = 6+11+162=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 162 (63.67% from 255 or 90.50% from 179); Max value from RGB is 162 - color contains mainly: blue. Hex color #060BA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060BA2 is #F9F45D. Grayscale: #1A1A1A. Windows color (decimal): -16381022 or 10619654. OLE color: 10619654.
HSL color Cylindrical-coordinate representation of color #060BA2: hue angle of 238.08º 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 #060BA2 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 11 | 162 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.36 |
| HSL | 238.08º | 0.93% | 0.33% | - |
| HSV(B) | 238.08º | 0.96% | 0.64% | - |
| XYZ | 6.72 | 2.89 | 34.39 | - |
| YUV | 26.72 | 204.34 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 162 | 0.96 | 0.93 | 0 | 0.36 | 238.08 | 0.93 | 0.33 |
| Hex | 6 | B | A2 | 60 | 5D | 0 | 24 | EE | 5D | 21 |
| Octal | 6 | 13 | 242 | 140 | 135 | 0 | 44 | 356 | 135 | 41 |
| Binary | 110 | 1011 | 10100010 | 1100000 | 1011101 | 0 | 100100 | 11101110 | 1011101 | 100001 |
Color Harmonies of #060BA2
Complementary color
Monochromatic Colors of #060BA2
Black with #060BA2
Text Example
Text Example
White with #060BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060BA2; }
p { color: rgb(6,11,162); }
H1.HeaderClassName
{
color: #060BA2;
}
.AnyTagClassName
{
color: #060BA2;
}
</style>
background-color css
<style>
a { background-color: #060BA2; }
a { background-color: rgb(6,11,162); }
div.DivClassName
{
background-color: #060BA2;
}
.BgClassName
{
background-color: #060BA2;
}
</style>
border-color css
<style>
span { border-color: #060BA2; }
span { border-color: rgb(6,11,162); }
td.TdClassName
{
border-color: #060BA2;
}
.TagClassName
{
border-color: #060BA2;
}
</style>