#070E33

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

Shades of Midnight Express #070E33

Tints of Midnight Express #070E33

Color information

#070E33 (or 0x070E33) is unknown color: approx Midnight Express. HEX triplet: 07, 0E and 33. RGB value is (7,14,51). Sum of RGB (Red+Green+Blue) = 7+14+51=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 51 (20.31% from 255 or 70.83% from 72); Max value from RGB is 51 - color contains mainly: blue. Hex color #070E33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E33 is #F8F1CC. Grayscale: #0F0F0F. Windows color (decimal): -16314829 or 3345927. OLE color: 3345927.

HSL color Cylindrical-coordinate representation of color #070E33: hue angle of 230.45º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070E33 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB71451-
CMYK0.860.7300.8
HSL230.45º75.86%11.37%-
HSV(B)230.45º86.27%20%-
XYZ0.840.63.2-
YUV16.12147.68121.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.72%
GREEN value IS 14 (5.86% from 255) = 19.44%
BLUE value IS 51 (20.31% from 255) = 70.83%
R=9.72%
G=19.44%
B=70.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal714510.860.7300.8230.4575.8611.37
Hex7E335649050e64cb
Octal71663126111012034611413
Binary111111011001110101101001001010100001110011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,14,51); }

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

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

 a { background-color: rgb(7,14,51); }

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

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

 span { border-color: rgb(7,14,51); }

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