Shades of New Midnight Blue #03009C
Tints of New Midnight Blue #03009C
RGB
CMYK
RGB Variations
Color information
#03009C (or 0x03009C) is known color: New Midnight Blue. HEX triplet: 03, 00 and 9C. RGB value is (3,0,156). Sum of RGB (Red+Green+Blue) = 3+0+156=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 156 (61.33% from 255 or 98.11% from 159); Max value from RGB is 156 - color contains mainly: blue. Hex color #03009C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03009C is #FCFF63. Grayscale: #121212. Windows color (decimal): -16580452 or 10223619. OLE color: 10223619.
HSL color Cylindrical-coordinate representation of color #03009C: hue angle of 241.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03009C is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 0 | 156 | - |
| CMYK | 0.98 | 1 | 0 | 0.39 |
| HSL | 241.15º | 1% | 0.31% | - |
| HSV(B) | 241.15º | 1% | 0.61% | - |
| XYZ | 6.04 | 2.42 | 31.6 | - |
| YUV | 18.68 | 205.49 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 156 | 0.98 | 1 | 0 | 0.39 | 241.15 | 1 | 0.31 |
| Hex | 3 | 0 | 9C | 62 | 64 | 0 | 27 | F1 | 64 | 1F |
| Octal | 3 | 0 | 234 | 142 | 144 | 0 | 47 | 361 | 144 | 37 |
| Binary | 11 | 0 | 10011100 | 1100010 | 1100100 | 0 | 100111 | 11110001 | 1100100 | 11111 |
Color Harmonies of #03009C
Complementary color
Monochromatic Colors of #03009C
Black with #03009C
Text Example
Text Example
White with #03009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03009C; }
p { color: rgb(3,0,156); }
H1.HeaderClassName
{
color: #03009C;
}
.AnyTagClassName
{
color: #03009C;
}
</style>
background-color css
<style>
a { background-color: #03009C; }
a { background-color: rgb(3,0,156); }
div.DivClassName
{
background-color: #03009C;
}
.BgClassName
{
background-color: #03009C;
}
</style>
border-color css
<style>
span { border-color: #03009C; }
span { border-color: rgb(3,0,156); }
td.TdClassName
{
border-color: #03009C;
}
.TagClassName
{
border-color: #03009C;
}
</style>