Shades of Midnight Blue #08137B
Tints of Midnight Blue #08137B
RGB
CMYK
RGB Variations
Color information
#08137B (or 0x08137B) is known color: Midnight Blue. HEX triplet: 08, 13 and 7B. RGB value is (8,19,123). Sum of RGB (Red+Green+Blue) = 8+19+123=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 123 (48.44% from 255 or 82% from 150); Max value from RGB is 123 - color contains mainly: blue. Hex color #08137B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08137B is #F7EC84. Grayscale: #1B1B1B. Windows color (decimal): -16247941 or 8065800. OLE color: 8065800.
HSL color Cylindrical-coordinate representation of color #08137B: hue angle of 234.26º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08137B is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 19 | 123 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.52 |
| HSL | 234.26º | 0.88% | 0.26% | - |
| HSV(B) | 234.26º | 0.93% | 0.48% | - |
| XYZ | 3.91 | 1.95 | 18.91 | - |
| YUV | 27.57 | 181.86 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 123 | 0.93 | 0.85 | 0 | 0.52 | 234.26 | 0.88 | 0.26 |
| Hex | 8 | 13 | 7B | 5D | 55 | 0 | 34 | EA | 58 | 1A |
| Octal | 10 | 23 | 173 | 135 | 125 | 0 | 64 | 352 | 130 | 32 |
| Binary | 1000 | 10011 | 1111011 | 1011101 | 1010101 | 0 | 110100 | 11101010 | 1011000 | 11010 |
Color Harmonies of #08137B
Complementary color
Monochromatic Colors of #08137B
Black with #08137B
Text Example
Text Example
White with #08137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08137B; }
p { color: rgb(8,19,123); }
H1.HeaderClassName
{
color: #08137B;
}
.AnyTagClassName
{
color: #08137B;
}
</style>
background-color css
<style>
a { background-color: #08137B; }
a { background-color: rgb(8,19,123); }
div.DivClassName
{
background-color: #08137B;
}
.BgClassName
{
background-color: #08137B;
}
</style>
border-color css
<style>
span { border-color: #08137B; }
span { border-color: rgb(8,19,123); }
td.TdClassName
{
border-color: #08137B;
}
.TagClassName
{
border-color: #08137B;
}
</style>