#07193E

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

Shades of Midnight Express #07193E

Tints of Midnight Express #07193E

Color information

#07193E (or 0x07193E) is unknown color: approx Midnight Express. HEX triplet: 07, 19 and 3E. RGB value is (7,25,62). Sum of RGB (Red+Green+Blue) = 7+25+62=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 62 (24.61% from 255 or 65.96% from 94); Max value from RGB is 62 - color contains mainly: blue. Hex color #07193E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07193E is #F8E6C1. Grayscale: #171717. Windows color (decimal): -16312002 or 4069639. OLE color: 4069639.

HSL color Cylindrical-coordinate representation of color #07193E: hue angle of 220.36º 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 #07193E is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB72562-
CMYK0.890.6000.76
HSL220.36º79.71%13.53%-
HSV(B)220.36º88.71%24.31%-
XYZ1.31.094.7-
YUV23.84149.54115.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 62 (24.61% from 255) = 65.96%
R=7.45%
G=26.60%
B=65.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal725620.890.6000.76220.3679.7113.53
Hex7193E593C04Cdc50e
Octal7317613174011433412016
Binary111110011111101011001111100010011001101110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07193E; }

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

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

<style>
 a { background-color: #07193E; }

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

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

<style>
 span { border-color: #07193E; }

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

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