Shades of New Midnight Blue #0316A4
Tints of New Midnight Blue #0316A4
RGB
CMYK
RGB Variations
Color information
#0316A4 (or 0x0316A4) is known color: New Midnight Blue. HEX triplet: 03, 16 and A4. RGB value is (3,22,164). Sum of RGB (Red+Green+Blue) = 3+22+164=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 164 (64.45% from 255 or 86.77% from 189); Max value from RGB is 164 - color contains mainly: blue. Hex color #0316A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0316A4 is #FCE95B. Grayscale: #1F1F1F. Windows color (decimal): -16574812 or 10753539. OLE color: 10753539.
HSL color Cylindrical-coordinate representation of color #0316A4: hue angle of 232.92º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0316A4 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 22 | 164 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.36 |
| HSL | 232.92º | 0.96% | 0.33% | - |
| HSV(B) | 232.92º | 0.98% | 0.64% | - |
| XYZ | 7.03 | 3.27 | 35.38 | - |
| YUV | 32.51 | 202.21 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 164 | 0.98 | 0.87 | 0 | 0.36 | 232.92 | 0.96 | 0.33 |
| Hex | 3 | 16 | A4 | 62 | 57 | 0 | 24 | E9 | 60 | 21 |
| Octal | 3 | 26 | 244 | 142 | 127 | 0 | 44 | 351 | 140 | 41 |
| Binary | 11 | 10110 | 10100100 | 1100010 | 1010111 | 0 | 100100 | 11101001 | 1100000 | 100001 |
Color Harmonies of #0316A4
Complementary color
Monochromatic Colors of #0316A4
Black with #0316A4
Text Example
Text Example
White with #0316A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0316A4; }
p { color: rgb(3,22,164); }
H1.HeaderClassName
{
color: #0316A4;
}
.AnyTagClassName
{
color: #0316A4;
}
</style>
background-color css
<style>
a { background-color: #0316A4; }
a { background-color: rgb(3,22,164); }
div.DivClassName
{
background-color: #0316A4;
}
.BgClassName
{
background-color: #0316A4;
}
</style>
border-color css
<style>
span { border-color: #0316A4; }
span { border-color: rgb(3,22,164); }
td.TdClassName
{
border-color: #0316A4;
}
.TagClassName
{
border-color: #0316A4;
}
</style>