Shades of New Midnight Blue #0302AC
Tints of New Midnight Blue #0302AC
RGB
CMYK
RGB Variations
Color information
#0302AC (or 0x0302AC) is known color: New Midnight Blue. HEX triplet: 03, 02 and AC. RGB value is (3,2,172). Sum of RGB (Red+Green+Blue) = 3+2+172=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 172 (67.58% from 255 or 97.18% from 177); Max value from RGB is 172 - color contains mainly: blue. Hex color #0302AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0302AC is #FCFD53. Grayscale: #151515. Windows color (decimal): -16579924 or 11272707. OLE color: 11272707.
HSL color Cylindrical-coordinate representation of color #0302AC: hue angle of 240.35º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0302AC is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 2 | 172 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.33 |
| HSL | 240.35º | 0.98% | 0.34% | - |
| HSV(B) | 240.35º | 0.99% | 0.67% | - |
| XYZ | 7.51 | 3.04 | 39.22 | - |
| YUV | 21.68 | 212.83 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 172 | 0.98 | 0.99 | 0 | 0.33 | 240.35 | 0.98 | 0.34 |
| Hex | 3 | 2 | AC | 62 | 63 | 0 | 21 | F0 | 62 | 22 |
| Octal | 3 | 2 | 254 | 142 | 143 | 0 | 41 | 360 | 142 | 42 |
| Binary | 11 | 10 | 10101100 | 1100010 | 1100011 | 0 | 100001 | 11110000 | 1100010 | 100010 |
Color Harmonies of #0302AC
Complementary color
Monochromatic Colors of #0302AC
Black with #0302AC
Text Example
Text Example
White with #0302AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0302AC; }
p { color: rgb(3,2,172); }
H1.HeaderClassName
{
color: #0302AC;
}
.AnyTagClassName
{
color: #0302AC;
}
</style>
background-color css
<style>
a { background-color: #0302AC; }
a { background-color: rgb(3,2,172); }
div.DivClassName
{
background-color: #0302AC;
}
.BgClassName
{
background-color: #0302AC;
}
</style>
border-color css
<style>
span { border-color: #0302AC; }
span { border-color: rgb(3,2,172); }
td.TdClassName
{
border-color: #0302AC;
}
.TagClassName
{
border-color: #0302AC;
}
</style>