#031440

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

Shades of Midnight Express #031440

Tints of Midnight Express #031440

Color information

#031440 (or 0x031440) is unknown color: approx Midnight Express. HEX triplet: 03, 14 and 40. RGB value is (3,20,64). Sum of RGB (Red+Green+Blue) = 3+20+64=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 64 (25.39% from 255 or 73.56% from 87); Max value from RGB is 64 - color contains mainly: blue. Hex color #031440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031440 is #FCEBBF. Grayscale: #131313. Windows color (decimal): -16575424 or 4199427. OLE color: 4199427.

HSL color Cylindrical-coordinate representation of color #031440: hue angle of 223.28º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031440 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB32064-
CMYK0.950.6900.75
HSL223.28º91.04%13.14%-
HSV(B)223.28º95.31%25.1%-
XYZ1.210.894.96-
YUV19.93152.87115.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.45%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 64 (25.39% from 255) = 73.56%
R=3.45%
G=22.99%
B=73.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal320640.950.6900.75223.2891.0413.14
Hex314405F4504Bdf5bd
Octal324100137105011333713315
Binary1110100100000010111111000101010010111101111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031440; }

 p { color: rgb(3,20,64); }

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

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

 a { background-color: rgb(3,20,64); }

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

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

 span { border-color: rgb(3,20,64); }

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