#070B40

Color #070B40 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #070B40

Tints of Midnight Express #070B40

Color information

#070B40 (or 0x070B40) is unknown color: approx Midnight Express. HEX triplet: 07, 0B and 40. RGB value is (7,11,64). Sum of RGB (Red+Green+Blue) = 7+11+64=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 64 (25.39% from 255 or 78.05% from 82); Max value from RGB is 64 - color contains mainly: blue. Hex color #070B40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B40 is #F8F4BF. Grayscale: #0F0F0F. Windows color (decimal): -16315584 or 4197127. OLE color: 4197127.

HSL color Cylindrical-coordinate representation of color #070B40: hue angle of 235.79º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #070B40 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB71164-
CMYK0.890.8300.75
HSL235.79º80.28%13.92%-
HSV(B)235.79º89.06%25.1%-
XYZ1.130.654.92-
YUV15.85155.17121.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 8.54%
GREEN value IS 11 (4.69% from 255) = 13.41%
BLUE value IS 64 (25.39% from 255) = 78.05%
R=8.54%
G=13.41%
B=78.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal711640.890.8300.75235.7980.2813.92
Hex7B40595304Bec50e
Octal713100131123011335412016
Binary1111011100000010110011010011010010111110110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070B40; }

 p { color: rgb(7,11,64); }

 H1.HeaderClassName
 {
   color: #070B40;
 }
 .AnyTagClassName
 {
   color: #070B40;
 }
</style>
background-color css

<style>
 a { background-color: #070B40; }

 a { background-color: rgb(7,11,64); }

 div.DivClassName
 {
   background-color: #070B40;
 }
 .BgClassName
 {
   background-color: #070B40;
 }
</style>
border-color css

<style>
 span { border-color: #070B40; }

 span { border-color: rgb(7,11,64); }

 td.TdClassName
 {
   border-color: #070B40;
 }
 .TagClassName
 {
   border-color: #070B40;
 }
</style>