Shades of New Midnight Blue #0914A5
Tints of New Midnight Blue #0914A5
RGB
CMYK
RGB Variations
Color information
#0914A5 (or 0x0914A5) is known color: New Midnight Blue. HEX triplet: 09, 14 and A5. RGB value is (9,20,165). Sum of RGB (Red+Green+Blue) = 9+20+165=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 165 (64.84% from 255 or 85.05% from 194); Max value from RGB is 165 - color contains mainly: blue. Hex color #0914A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0914A5 is #F6EB5A. Grayscale: #202020. Windows color (decimal): -16182107 or 10818569. OLE color: 10818569.
HSL color Cylindrical-coordinate representation of color #0914A5: hue angle of 235.77º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0914A5 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 20 | 165 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.35 |
| HSL | 235.77º | 0.9% | 0.34% | - |
| HSV(B) | 235.77º | 0.95% | 0.65% | - |
| XYZ | 7.15 | 3.28 | 35.85 | - |
| YUV | 33.24 | 202.36 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 165 | 0.95 | 0.88 | 0 | 0.35 | 235.77 | 0.9 | 0.34 |
| Hex | 9 | 14 | A5 | 5F | 58 | 0 | 23 | EC | 5A | 22 |
| Octal | 11 | 24 | 245 | 137 | 130 | 0 | 43 | 354 | 132 | 42 |
| Binary | 1001 | 10100 | 10100101 | 1011111 | 1011000 | 0 | 100011 | 11101100 | 1011010 | 100010 |
Color Harmonies of #0914A5
Complementary color
Monochromatic Colors of #0914A5
Black with #0914A5
Text Example
Text Example
White with #0914A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0914A5; }
p { color: rgb(9,20,165); }
H1.HeaderClassName
{
color: #0914A5;
}
.AnyTagClassName
{
color: #0914A5;
}
</style>
background-color css
<style>
a { background-color: #0914A5; }
a { background-color: rgb(9,20,165); }
div.DivClassName
{
background-color: #0914A5;
}
.BgClassName
{
background-color: #0914A5;
}
</style>
border-color css
<style>
span { border-color: #0914A5; }
span { border-color: rgb(9,20,165); }
td.TdClassName
{
border-color: #0914A5;
}
.TagClassName
{
border-color: #0914A5;
}
</style>