#07132C

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

Shades of Midnight Express #07132C

Tints of Midnight Express #07132C

Color information

#07132C (or 0x07132C) is unknown color: approx Midnight Express. HEX triplet: 07, 13 and 2C. RGB value is (7,19,44). Sum of RGB (Red+Green+Blue) = 7+19+44=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 44 (17.58% from 255 or 62.86% from 70); Max value from RGB is 44 - color contains mainly: blue. Hex color #07132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07132C is #F8ECD3. Grayscale: #121212. Windows color (decimal): -16313556 or 2888455. OLE color: 2888455.

HSL color Cylindrical-coordinate representation of color #07132C: hue angle of 220.54º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07132C is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB71944-
CMYK0.840.5700.83
HSL220.54º72.55%10%-
HSV(B)220.54º84.09%17.25%-
XYZ0.780.692.48-
YUV18.26142.52119.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 44 (17.58% from 255) = 62.86%
R=10%
G=27.14%
B=62.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal719440.840.5700.83220.5472.5510
Hex7132C5439053dd49a
Octal7235412471012333511112
Binary111100111011001010100111001010100111101110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07132C; }

 p { color: rgb(7,19,44); }

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

<style>
 a { background-color: #07132C; }

 a { background-color: rgb(7,19,44); }

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

<style>
 span { border-color: #07132C; }

 span { border-color: rgb(7,19,44); }

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