#070F36

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

Shades of Midnight Express #070F36

Tints of Midnight Express #070F36

Color information

#070F36 (or 0x070F36) is unknown color: approx Midnight Express. HEX triplet: 07, 0F and 36. RGB value is (7,15,54). Sum of RGB (Red+Green+Blue) = 7+15+54=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 54 (21.48% from 255 or 71.05% from 76); Max value from RGB is 54 - color contains mainly: blue. Hex color #070F36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F36 is #F8F0C9. Grayscale: #101010. Windows color (decimal): -16314570 or 3542791. OLE color: 3542791.

HSL color Cylindrical-coordinate representation of color #070F36: hue angle of 229.79º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #070F36 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB71554-
CMYK0.870.7200.79
HSL229.79º77.05%11.96%-
HSV(B)229.79º87.04%21.18%-
XYZ0.920.653.57-
YUV17.05148.85120.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.21%
GREEN value IS 15 (6.25% from 255) = 19.74%
BLUE value IS 54 (21.48% from 255) = 71.05%
R=9.21%
G=19.74%
B=71.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal715540.870.7200.79229.7977.0511.96
Hex7F36574804Fe64dc
Octal71766127110011734611514
Binary111111111011010101111001000010011111110011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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