Shades of New Midnight Blue #0317A5
Tints of New Midnight Blue #0317A5
RGB
CMYK
RGB Variations
Color information
#0317A5 (or 0x0317A5) is known color: New Midnight Blue. HEX triplet: 03, 17 and A5. RGB value is (3,23,165). Sum of RGB (Red+Green+Blue) = 3+23+165=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 165 (64.84% from 255 or 86.39% from 191); Max value from RGB is 165 - color contains mainly: blue. Hex color #0317A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0317A5 is #FCE85A. Grayscale: #202020. Windows color (decimal): -16574555 or 10819331. OLE color: 10819331.
HSL color Cylindrical-coordinate representation of color #0317A5: hue angle of 232.59º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0317A5 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 23 | 165 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.35 |
| HSL | 232.59º | 0.96% | 0.33% | - |
| HSV(B) | 232.59º | 0.98% | 0.65% | - |
| XYZ | 7.14 | 3.35 | 35.87 | - |
| YUV | 33.21 | 202.37 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 165 | 0.98 | 0.86 | 0 | 0.35 | 232.59 | 0.96 | 0.33 |
| Hex | 3 | 17 | A5 | 62 | 56 | 0 | 23 | E9 | 60 | 21 |
| Octal | 3 | 27 | 245 | 142 | 126 | 0 | 43 | 351 | 140 | 41 |
| Binary | 11 | 10111 | 10100101 | 1100010 | 1010110 | 0 | 100011 | 11101001 | 1100000 | 100001 |
Color Harmonies of #0317A5
Complementary color
Monochromatic Colors of #0317A5
Black with #0317A5
Text Example
Text Example
White with #0317A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0317A5; }
p { color: rgb(3,23,165); }
H1.HeaderClassName
{
color: #0317A5;
}
.AnyTagClassName
{
color: #0317A5;
}
</style>
background-color css
<style>
a { background-color: #0317A5; }
a { background-color: rgb(3,23,165); }
div.DivClassName
{
background-color: #0317A5;
}
.BgClassName
{
background-color: #0317A5;
}
</style>
border-color css
<style>
span { border-color: #0317A5; }
span { border-color: rgb(3,23,165); }
td.TdClassName
{
border-color: #0317A5;
}
.TagClassName
{
border-color: #0317A5;
}
</style>