#07114A

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

Shades of Midnight Express #07114A

Tints of Midnight Express #07114A

Color information

#07114A (or 0x07114A) is unknown color: approx Midnight Express. HEX triplet: 07, 11 and 4A. RGB value is (7,17,74). Sum of RGB (Red+Green+Blue) = 7+17+74=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 74 (29.30% from 255 or 75.51% from 98); Max value from RGB is 74 - color contains mainly: blue. Hex color #07114A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07114A is #F8EEB5. Grayscale: #141414. Windows color (decimal): -16314038 or 4854023. OLE color: 4854023.

HSL color Cylindrical-coordinate representation of color #07114A: hue angle of 231.04º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07114A is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB71774-
CMYK0.910.7700.71
HSL231.04º82.72%15.88%-
HSV(B)231.04º90.54%29.02%-
XYZ1.520.946.58-
YUV20.51158.19118.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 17 (7.03% from 255) = 17.35%
BLUE value IS 74 (29.30% from 255) = 75.51%
R=7.14%
G=17.35%
B=75.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal717740.910.7700.71231.0482.7215.88
Hex7114A5B4D047e75310
Octal721112133115010734712320
Binary111100011001010101101110011010100011111100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07114A; }

 p { color: rgb(7,17,74); }

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

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

 a { background-color: rgb(7,17,74); }

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

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

 span { border-color: rgb(7,17,74); }

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