Shades of New Midnight Blue #0609A2
Tints of New Midnight Blue #0609A2
RGB
CMYK
RGB Variations
Color information
#0609A2 (or 0x0609A2) is known color: New Midnight Blue. HEX triplet: 06, 09 and A2. RGB value is (6,9,162). Sum of RGB (Red+Green+Blue) = 6+9+162=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 162 (63.67% from 255 or 91.53% from 177); Max value from RGB is 162 - color contains mainly: blue. Hex color #0609A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0609A2 is #F9F65D. Grayscale: #181818. Windows color (decimal): -16381534 or 10619142. OLE color: 10619142.
HSL color Cylindrical-coordinate representation of color #0609A2: hue angle of 238.85º 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 #0609A2 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 9 | 162 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.36 |
| HSL | 238.85º | 0.93% | 0.33% | - |
| HSV(B) | 238.85º | 0.96% | 0.64% | - |
| XYZ | 6.69 | 2.84 | 34.38 | - |
| YUV | 25.55 | 205.01 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 9 | 162 | 0.96 | 0.94 | 0 | 0.36 | 238.85 | 0.93 | 0.33 |
| Hex | 6 | 9 | A2 | 60 | 5E | 0 | 24 | EF | 5D | 21 |
| Octal | 6 | 11 | 242 | 140 | 136 | 0 | 44 | 357 | 135 | 41 |
| Binary | 110 | 1001 | 10100010 | 1100000 | 1011110 | 0 | 100100 | 11101111 | 1011101 | 100001 |
Color Harmonies of #0609A2
Complementary color
Monochromatic Colors of #0609A2
Black with #0609A2
Text Example
Text Example
White with #0609A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0609A2; }
p { color: rgb(6,9,162); }
H1.HeaderClassName
{
color: #0609A2;
}
.AnyTagClassName
{
color: #0609A2;
}
</style>
background-color css
<style>
a { background-color: #0609A2; }
a { background-color: rgb(6,9,162); }
div.DivClassName
{
background-color: #0609A2;
}
.BgClassName
{
background-color: #0609A2;
}
</style>
border-color css
<style>
span { border-color: #0609A2; }
span { border-color: rgb(6,9,162); }
td.TdClassName
{
border-color: #0609A2;
}
.TagClassName
{
border-color: #0609A2;
}
</style>