#07103C

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

Shades of Midnight Express #07103C

Tints of Midnight Express #07103C

Color information

#07103C (or 0x07103C) is unknown color: approx Midnight Express. HEX triplet: 07, 10 and 3C. RGB value is (7,16,60). Sum of RGB (Red+Green+Blue) = 7+16+60=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 60 (23.83% from 255 or 72.29% from 83); Max value from RGB is 60 - color contains mainly: blue. Hex color #07103C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07103C is #F8EFC3. Grayscale: #121212. Windows color (decimal): -16314308 or 3936263. OLE color: 3936263.

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

Color convert

RGB71660-
CMYK0.880.7300.76
HSL229.81º79.1%13.14%-
HSV(B)229.81º88.33%23.53%-
XYZ1.090.744.36-
YUV18.32151.52119.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 16 (6.64% from 255) = 19.28%
BLUE value IS 60 (23.83% from 255) = 72.29%
R=8.43%
G=19.28%
B=72.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal716600.880.7300.76229.8179.113.14
Hex7103C584904Ce64fd
Octal72074130111011434611715
Binary1111000011110010110001001001010011001110011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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