#070B38

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

Shades of Midnight Express #070B38

Tints of Midnight Express #070B38

Color information

#070B38 (or 0x070B38) is unknown color: approx Midnight Express. HEX triplet: 07, 0B and 38. RGB value is (7,11,56). Sum of RGB (Red+Green+Blue) = 7+11+56=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 56 (22.27% from 255 or 75.68% from 74); Max value from RGB is 56 - color contains mainly: blue. Hex color #070B38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B38 is #F8F4C7. Grayscale: #0E0E0E. Windows color (decimal): -16315592 or 3672839. OLE color: 3672839.

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

Color convert

RGB71156-
CMYK0.880.8000.78
HSL235.1º77.78%12.35%-
HSV(B)235.1º87.5%21.96%-
XYZ0.920.573.8-
YUV14.93151.17122.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.46%
GREEN value IS 11 (4.69% from 255) = 14.86%
BLUE value IS 56 (22.27% from 255) = 75.68%
R=9.46%
G=14.86%
B=75.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal711560.880.8000.78235.177.7812.35
Hex7B38585004Eeb4ec
Octal71370130120011635311614
Binary111101111100010110001010000010011101110101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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