#070A38

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

Shades of Midnight Express #070A38

Tints of Midnight Express #070A38

Color information

#070A38 (or 0x070A38) is unknown color: approx Midnight Express. HEX triplet: 07, 0A and 38. RGB value is (7,10,56). Sum of RGB (Red+Green+Blue) = 7+10+56=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 56 (22.27% from 255 or 76.71% from 73); Max value from RGB is 56 - color contains mainly: blue. Hex color #070A38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A38 is #F8F5C7. Grayscale: #0E0E0E. Windows color (decimal): -16315848 or 3672583. OLE color: 3672583.

HSL color Cylindrical-coordinate representation of color #070A38: hue angle of 236.33º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #070A38 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB71056-
CMYK0.880.8200.78
HSL236.33º77.78%12.35%-
HSV(B)236.33º87.5%21.96%-
XYZ0.910.553.8-
YUV14.35151.51122.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.59%
GREEN value IS 10 (4.30% from 255) = 13.70%
BLUE value IS 56 (22.27% from 255) = 76.71%
R=9.59%
G=13.70%
B=76.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal710560.880.8200.78236.3377.7812.35
Hex7A38585204Eec4ec
Octal71270130122011635411614
Binary111101011100010110001010010010011101110110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,10,56); }

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

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

 a { background-color: rgb(7,10,56); }

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

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

 span { border-color: rgb(7,10,56); }

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