Shades of New Midnight Blue #0918A3
Tints of New Midnight Blue #0918A3
RGB
CMYK
RGB Variations
Color information
#0918A3 (or 0x0918A3) is known color: New Midnight Blue. HEX triplet: 09, 18 and A3. RGB value is (9,24,163). Sum of RGB (Red+Green+Blue) = 9+24+163=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 163 (64.06% from 255 or 83.16% from 196); Max value from RGB is 163 - color contains mainly: blue. Hex color #0918A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0918A3 is #F6E75C. Grayscale: #222222. Windows color (decimal): -16181085 or 10688521. OLE color: 10688521.
HSL color Cylindrical-coordinate representation of color #0918A3: hue angle of 234.16º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0918A3 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 24 | 163 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.36 |
| HSL | 234.16º | 0.9% | 0.34% | - |
| HSV(B) | 234.16º | 0.94% | 0.64% | - |
| XYZ | 7.05 | 3.36 | 34.93 | - |
| YUV | 35.36 | 200.03 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 163 | 0.94 | 0.85 | 0 | 0.36 | 234.16 | 0.9 | 0.34 |
| Hex | 9 | 18 | A3 | 5E | 55 | 0 | 24 | EA | 5A | 22 |
| Octal | 11 | 30 | 243 | 136 | 125 | 0 | 44 | 352 | 132 | 42 |
| Binary | 1001 | 11000 | 10100011 | 1011110 | 1010101 | 0 | 100100 | 11101010 | 1011010 | 100010 |
Color Harmonies of #0918A3
Complementary color
Monochromatic Colors of #0918A3
Black with #0918A3
Text Example
Text Example
White with #0918A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0918A3; }
p { color: rgb(9,24,163); }
H1.HeaderClassName
{
color: #0918A3;
}
.AnyTagClassName
{
color: #0918A3;
}
</style>
background-color css
<style>
a { background-color: #0918A3; }
a { background-color: rgb(9,24,163); }
div.DivClassName
{
background-color: #0918A3;
}
.BgClassName
{
background-color: #0918A3;
}
</style>
border-color css
<style>
span { border-color: #0918A3; }
span { border-color: rgb(9,24,163); }
td.TdClassName
{
border-color: #0918A3;
}
.TagClassName
{
border-color: #0918A3;
}
</style>