Shades of New Midnight Blue #0308AC
Tints of New Midnight Blue #0308AC
RGB
CMYK
RGB Variations
Color information
#0308AC (or 0x0308AC) is known color: New Midnight Blue. HEX triplet: 03, 08 and AC. RGB value is (3,8,172). Sum of RGB (Red+Green+Blue) = 3+8+172=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 172 (67.58% from 255 or 93.99% from 183); Max value from RGB is 172 - color contains mainly: blue. Hex color #0308AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0308AC is #FCF753. Grayscale: #181818. Windows color (decimal): -16578388 or 11274243. OLE color: 11274243.
HSL color Cylindrical-coordinate representation of color #0308AC: hue angle of 238.22º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0308AC is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 8 | 172 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.33 |
| HSL | 238.22º | 0.97% | 0.34% | - |
| HSV(B) | 238.22º | 0.98% | 0.67% | - |
| XYZ | 7.57 | 3.17 | 39.24 | - |
| YUV | 25.2 | 210.84 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 172 | 0.98 | 0.95 | 0 | 0.33 | 238.22 | 0.97 | 0.34 |
| Hex | 3 | 8 | AC | 62 | 5F | 0 | 21 | EE | 61 | 22 |
| Octal | 3 | 10 | 254 | 142 | 137 | 0 | 41 | 356 | 141 | 42 |
| Binary | 11 | 1000 | 10101100 | 1100010 | 1011111 | 0 | 100001 | 11101110 | 1100001 | 100010 |
Color Harmonies of #0308AC
Complementary color
Monochromatic Colors of #0308AC
Black with #0308AC
Text Example
Text Example
White with #0308AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0308AC; }
p { color: rgb(3,8,172); }
H1.HeaderClassName
{
color: #0308AC;
}
.AnyTagClassName
{
color: #0308AC;
}
</style>
background-color css
<style>
a { background-color: #0308AC; }
a { background-color: rgb(3,8,172); }
div.DivClassName
{
background-color: #0308AC;
}
.BgClassName
{
background-color: #0308AC;
}
</style>
border-color css
<style>
span { border-color: #0308AC; }
span { border-color: rgb(3,8,172); }
td.TdClassName
{
border-color: #0308AC;
}
.TagClassName
{
border-color: #0308AC;
}
</style>