#070138

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

Shades of Midnight Express #070138

Tints of Midnight Express #070138

Color information

#070138 (or 0x070138) is unknown color: approx Midnight Express. HEX triplet: 07, 01 and 38. RGB value is (7,1,56). Sum of RGB (Red+Green+Blue) = 7+1+56=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 56 (22.27% from 255 or 87.5% from 64); Max value from RGB is 56 - color contains mainly: blue. Hex color #070138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070138 is #F8FEC7. Grayscale: #080808. Windows color (decimal): -16318152 or 3670279. OLE color: 3670279.

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

Color convert

RGB7156-
CMYK0.880.9800.78
HSL246.55º96.49%11.18%-
HSV(B)246.55º98.21%21.96%-
XYZ0.810.353.77-
YUV9.06154.49126.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.94%
GREEN value IS 1 (0.78% from 255) = 1.56%
BLUE value IS 56 (22.27% from 255) = 87.5%
R=10.94%
G=1.56%
B=87.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal71560.880.9800.78246.5596.4911.18
Hex7138586204Ef760b
Octal7170130142011636714013
Binary111111100010110001100010010011101111011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070138; }

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

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

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

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

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

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

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

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