#07103F

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

Shades of Midnight Express #07103F

Tints of Midnight Express #07103F

Color information

#07103F (or 0x07103F) is unknown color: approx Midnight Express. HEX triplet: 07, 10 and 3F. RGB value is (7,16,63). Sum of RGB (Red+Green+Blue) = 7+16+63=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 63 (25% from 255 or 73.26% from 86); Max value from RGB is 63 - color contains mainly: blue. Hex color #07103F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07103F is #F8EFC0. Grayscale: #121212. Windows color (decimal): -16314305 or 4132871. OLE color: 4132871.

HSL color Cylindrical-coordinate representation of color #07103F: hue angle of 230.36º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07103F is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB71663-
CMYK0.890.7500.75
HSL230.36º80%13.73%-
HSV(B)230.36º88.89%24.71%-
XYZ1.170.774.79-
YUV18.67153.02119.68-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.14%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 63 (25% from 255) = 73.26%
R=8.14%
G=18.60%
B=73.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal716630.890.7500.75230.368013.73
Hex7103F594B04Be650e
Octal72077131113011334612016
Binary1111000011111110110011001011010010111110011010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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