#07132B

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

Shades of Midnight Express #07132B

Tints of Midnight Express #07132B

Color information

#07132B (or 0x07132B) is unknown color: approx Midnight Express. HEX triplet: 07, 13 and 2B. RGB value is (7,19,43). Sum of RGB (Red+Green+Blue) = 7+19+43=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 43 (17.19% from 255 or 62.32% from 69); Max value from RGB is 43 - color contains mainly: blue. Hex color #07132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07132B is #F8ECD4. Grayscale: #121212. Windows color (decimal): -16313557 or 2822919. OLE color: 2822919.

HSL color Cylindrical-coordinate representation of color #07132B: hue angle of 220º degrees, saturation: 0.72, 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 #07132B is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB71943-
CMYK0.840.5600.83
HSL220º72%9.8%-
HSV(B)220º83.72%16.86%-
XYZ0.760.692.38-
YUV18.15142.02120.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.14%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 43 (17.19% from 255) = 62.32%
R=10.14%
G=27.54%
B=62.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal719430.840.5600.83220729.8
Hex7132B5438053dc48a
Octal7235312470012333411012
Binary111100111010111010100111000010100111101110010010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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