#070D3E

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

Shades of Midnight Express #070D3E

Tints of Midnight Express #070D3E

Color information

#070D3E (or 0x070D3E) is unknown color: approx Midnight Express. HEX triplet: 07, 0D and 3E. RGB value is (7,13,62). Sum of RGB (Red+Green+Blue) = 7+13+62=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 62 (24.61% from 255 or 75.61% from 82); Max value from RGB is 62 - color contains mainly: blue. Hex color #070D3E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D3E is #F8F2C1. Grayscale: #101010. Windows color (decimal): -16315074 or 4066567. OLE color: 4066567.

HSL color Cylindrical-coordinate representation of color #070D3E: hue angle of 233.45º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #070D3E is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB71362-
CMYK0.890.7900.76
HSL233.45º79.71%13.53%-
HSV(B)233.45º88.71%24.31%-
XYZ1.10.684.63-
YUV16.79153.51121.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.54%
GREEN value IS 13 (5.47% from 255) = 15.85%
BLUE value IS 62 (24.61% from 255) = 75.61%
R=8.54%
G=15.85%
B=75.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal713620.890.7900.76233.4579.7113.53
Hex7D3E594F04Ce950e
Octal71576131117011435112016
Binary111110111111010110011001111010011001110100110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,13,62); }

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

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

 a { background-color: rgb(7,13,62); }

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

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

 span { border-color: rgb(7,13,62); }

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