Shades of New Midnight Blue #0814B3
Tints of New Midnight Blue #0814B3
RGB
CMYK
RGB Variations
Color information
#0814B3 (or 0x0814B3) is known color: New Midnight Blue. HEX triplet: 08, 14 and B3. RGB value is (8,20,179). Sum of RGB (Red+Green+Blue) = 8+20+179=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 179 (70.31% from 255 or 86.47% from 207); Max value from RGB is 179 - color contains mainly: blue. Hex color #0814B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0814B3 is #F7EB4C. Grayscale: #212121. Windows color (decimal): -16247629 or 11736072. OLE color: 11736072.
HSL color Cylindrical-coordinate representation of color #0814B3: hue angle of 235.79º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0814B3 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 20 | 179 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.30 |
| HSL | 235.79º | 0.91% | 0.37% | - |
| HSV(B) | 235.79º | 0.96% | 0.7% | - |
| XYZ | 8.49 | 3.81 | 42.94 | - |
| YUV | 34.54 | 209.52 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 179 | 0.96 | 0.89 | 0 | 0.30 | 235.79 | 0.91 | 0.37 |
| Hex | 8 | 14 | B3 | 60 | 59 | 0 | 1E | EC | 5B | 25 |
| Octal | 10 | 24 | 263 | 140 | 131 | 0 | 36 | 354 | 133 | 45 |
| Binary | 1000 | 10100 | 10110011 | 1100000 | 1011001 | 0 | 11110 | 11101100 | 1011011 | 100101 |
Color Harmonies of #0814B3
Complementary color
Monochromatic Colors of #0814B3
Black with #0814B3
Text Example
Text Example
White with #0814B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0814B3; }
p { color: rgb(8,20,179); }
H1.HeaderClassName
{
color: #0814B3;
}
.AnyTagClassName
{
color: #0814B3;
}
</style>
background-color css
<style>
a { background-color: #0814B3; }
a { background-color: rgb(8,20,179); }
div.DivClassName
{
background-color: #0814B3;
}
.BgClassName
{
background-color: #0814B3;
}
</style>
border-color css
<style>
span { border-color: #0814B3; }
span { border-color: rgb(8,20,179); }
td.TdClassName
{
border-color: #0814B3;
}
.TagClassName
{
border-color: #0814B3;
}
</style>