Shades of New Midnight Blue #0302AE
Tints of New Midnight Blue #0302AE
RGB
CMYK
RGB Variations
Color information
#0302AE (or 0x0302AE) is known color: New Midnight Blue. HEX triplet: 03, 02 and AE. RGB value is (3,2,174). Sum of RGB (Red+Green+Blue) = 3+2+174=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 174 (68.36% from 255 or 97.21% from 179); Max value from RGB is 174 - color contains mainly: blue. Hex color #0302AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0302AE is #FCFD51. Grayscale: #151515. Windows color (decimal): -16579922 or 11403779. OLE color: 11403779.
HSL color Cylindrical-coordinate representation of color #0302AE: hue angle of 240.35º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0302AE is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 2 | 174 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.32 |
| HSL | 240.35º | 0.98% | 0.35% | - |
| HSV(B) | 240.35º | 0.99% | 0.68% | - |
| XYZ | 7.7 | 3.12 | 40.24 | - |
| YUV | 21.91 | 213.83 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 174 | 0.98 | 0.99 | 0 | 0.32 | 240.35 | 0.98 | 0.35 |
| Hex | 3 | 2 | AE | 62 | 63 | 0 | 20 | F0 | 62 | 23 |
| Octal | 3 | 2 | 256 | 142 | 143 | 0 | 40 | 360 | 142 | 43 |
| Binary | 11 | 10 | 10101110 | 1100010 | 1100011 | 0 | 100000 | 11110000 | 1100010 | 100011 |
Color Harmonies of #0302AE
Complementary color
Monochromatic Colors of #0302AE
Black with #0302AE
Text Example
Text Example
White with #0302AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0302AE; }
p { color: rgb(3,2,174); }
H1.HeaderClassName
{
color: #0302AE;
}
.AnyTagClassName
{
color: #0302AE;
}
</style>
background-color css
<style>
a { background-color: #0302AE; }
a { background-color: rgb(3,2,174); }
div.DivClassName
{
background-color: #0302AE;
}
.BgClassName
{
background-color: #0302AE;
}
</style>
border-color css
<style>
span { border-color: #0302AE; }
span { border-color: rgb(3,2,174); }
td.TdClassName
{
border-color: #0302AE;
}
.TagClassName
{
border-color: #0302AE;
}
</style>