Shades of Midnight Express #000F3B
Tints of Midnight Express #000F3B
RGB
CMYK
RGB Variations
Color information
#000F3B (or 0x000F3B) is known color: Midnight Express. HEX triplet: 00, 0F and 3B. RGB value is (0,15,59). Sum of RGB (Red+Green+Blue) = 0+15+59=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 59 (23.44% from 255 or 79.73% from 74); Max value from RGB is 59 - color contains mainly: blue. Hex color #000F3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F3B is #FFF0C4. Grayscale: #0F0F0F. Windows color (decimal): -16773317 or 3870464. OLE color: 3870464.
HSL color Cylindrical-coordinate representation of color #000F3B: hue angle of 224.75º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F3B is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 15 | 59 | - |
| CMYK | 1 | 0.75 | 0 | 0.77 |
| HSL | 224.75º | 1% | 0.12% | - |
| HSV(B) | 224.75º | 1% | 0.23% | - |
| XYZ | 0.96 | 0.66 | 4.21 | - |
| YUV | 15.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 59 | 1 | 0.75 | 0 | 0.77 | 224.75 | 1 | 0.12 |
| Hex | 0 | F | 3B | 64 | 4B | 0 | 4D | E1 | 64 | C |
| Octal | 0 | 17 | 73 | 144 | 113 | 0 | 115 | 341 | 144 | 14 |
| Binary | 0 | 1111 | 111011 | 1100100 | 1001011 | 0 | 1001101 | 11100001 | 1100100 | 1100 |
Color Harmonies of #000F3B
Complementary color
Monochromatic Colors of #000F3B
Black with #000F3B
Text Example
Text Example
White with #000F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F3B; }
p { color: rgb(0,15,59); }
H1.HeaderClassName
{
color: #000F3B;
}
.AnyTagClassName
{
color: #000F3B;
}
</style>
background-color css
<style>
a { background-color: #000F3B; }
a { background-color: rgb(0,15,59); }
div.DivClassName
{
background-color: #000F3B;
}
.BgClassName
{
background-color: #000F3B;
}
</style>
border-color css
<style>
span { border-color: #000F3B; }
span { border-color: rgb(0,15,59); }
td.TdClassName
{
border-color: #000F3B;
}
.TagClassName
{
border-color: #000F3B;
}
</style>