Shades of New Midnight Blue #0813B3
Tints of New Midnight Blue #0813B3
RGB
CMYK
RGB Variations
Color information
#0813B3 (or 0x0813B3) is known color: New Midnight Blue. HEX triplet: 08, 13 and B3. RGB value is (8,19,179). Sum of RGB (Red+Green+Blue) = 8+19+179=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 179 (70.31% from 255 or 86.89% from 206); Max value from RGB is 179 - color contains mainly: blue. Hex color #0813B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0813B3 is #F7EC4C. Grayscale: #212121. Windows color (decimal): -16247885 or 11735816. OLE color: 11735816.
HSL color Cylindrical-coordinate representation of color #0813B3: hue angle of 236.14º 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 #0813B3 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 19 | 179 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.30 |
| HSL | 236.14º | 0.91% | 0.37% | - |
| HSV(B) | 236.14º | 0.96% | 0.7% | - |
| XYZ | 8.47 | 3.77 | 42.93 | - |
| YUV | 33.95 | 209.86 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 179 | 0.96 | 0.89 | 0 | 0.30 | 236.14 | 0.91 | 0.37 |
| Hex | 8 | 13 | B3 | 60 | 59 | 0 | 1E | EC | 5B | 25 |
| Octal | 10 | 23 | 263 | 140 | 131 | 0 | 36 | 354 | 133 | 45 |
| Binary | 1000 | 10011 | 10110011 | 1100000 | 1011001 | 0 | 11110 | 11101100 | 1011011 | 100101 |
Color Harmonies of #0813B3
Complementary color
Monochromatic Colors of #0813B3
Black with #0813B3
Text Example
Text Example
White with #0813B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0813B3; }
p { color: rgb(8,19,179); }
H1.HeaderClassName
{
color: #0813B3;
}
.AnyTagClassName
{
color: #0813B3;
}
</style>
background-color css
<style>
a { background-color: #0813B3; }
a { background-color: rgb(8,19,179); }
div.DivClassName
{
background-color: #0813B3;
}
.BgClassName
{
background-color: #0813B3;
}
</style>
border-color css
<style>
span { border-color: #0813B3; }
span { border-color: rgb(8,19,179); }
td.TdClassName
{
border-color: #0813B3;
}
.TagClassName
{
border-color: #0813B3;
}
</style>