#070F38

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

Shades of Midnight Express #070F38

Tints of Midnight Express #070F38

Color information

#070F38 (or 0x070F38) is unknown color: approx Midnight Express. HEX triplet: 07, 0F and 38. RGB value is (7,15,56). Sum of RGB (Red+Green+Blue) = 7+15+56=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 56 (22.27% from 255 or 71.79% from 78); Max value from RGB is 56 - color contains mainly: blue. Hex color #070F38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F38 is #F8F0C7. Grayscale: #111111. Windows color (decimal): -16314568 or 3673863. OLE color: 3673863.

HSL color Cylindrical-coordinate representation of color #070F38: hue angle of 230.2º 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 #070F38 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB71556-
CMYK0.880.7300.78
HSL230.2º77.78%12.35%-
HSV(B)230.2º87.5%21.96%-
XYZ0.970.673.82-
YUV17.28149.85120.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.97%
GREEN value IS 15 (6.25% from 255) = 19.23%
BLUE value IS 56 (22.27% from 255) = 71.79%
R=8.97%
G=19.23%
B=71.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal715560.880.7300.78230.277.7812.35
Hex7F38584904Ee64ec
Octal71770130111011634611614
Binary111111111100010110001001001010011101110011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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