#07133A

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

Shades of Midnight Express #07133A

Tints of Midnight Express #07133A

Color information

#07133A (or 0x07133A) is unknown color: approx Midnight Express. HEX triplet: 07, 13 and 3A. RGB value is (7,19,58). Sum of RGB (Red+Green+Blue) = 7+19+58=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 58 (23.05% from 255 or 69.05% from 84); Max value from RGB is 58 - color contains mainly: blue. Hex color #07133A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07133A is #F8ECC5. Grayscale: #131313. Windows color (decimal): -16313542 or 3805959. OLE color: 3805959.

HSL color Cylindrical-coordinate representation of color #07133A: hue angle of 225.88º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07133A is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB71958-
CMYK0.880.6700.77
HSL225.88º78.46%12.75%-
HSV(B)225.88º87.93%22.75%-
XYZ1.080.824.1-
YUV19.86149.52118.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.33%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 58 (23.05% from 255) = 69.05%
R=8.33%
G=22.62%
B=69.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal719580.880.6700.77225.8878.4612.75
Hex7133A584304De24ed
Octal72372130103011534211615
Binary1111001111101010110001000011010011011110001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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