#07103D

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

Shades of Midnight Express #07103D

Tints of Midnight Express #07103D

Color information

#07103D (or 0x07103D) is unknown color: approx Midnight Express. HEX triplet: 07, 10 and 3D. RGB value is (7,16,61). Sum of RGB (Red+Green+Blue) = 7+16+61=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 61 (24.22% from 255 or 72.62% from 84); Max value from RGB is 61 - color contains mainly: blue. Hex color #07103D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07103D is #F8EFC2. Grayscale: #121212. Windows color (decimal): -16314307 or 4001799. OLE color: 4001799.

HSL color Cylindrical-coordinate representation of color #07103D: hue angle of 230º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07103D is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB71661-
CMYK0.890.7400.76
HSL230º79.41%13.33%-
HSV(B)230º88.52%23.92%-
XYZ1.120.754.5-
YUV18.44152.02119.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.33%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 61 (24.22% from 255) = 72.62%
R=8.33%
G=19.05%
B=72.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal716610.890.7400.7623079.4113.33
Hex7103D594A04Ce64fd
Octal72075131112011434611715
Binary1111000011110110110011001010010011001110011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07103D; }

 p { color: rgb(7,16,61); }

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

<style>
 a { background-color: #07103D; }

 a { background-color: rgb(7,16,61); }

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

<style>
 span { border-color: #07103D; }

 span { border-color: rgb(7,16,61); }

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