#031941

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

Shades of Midnight Express #031941

Tints of Midnight Express #031941

Color information

#031941 (or 0x031941) is unknown color: approx Midnight Express. HEX triplet: 03, 19 and 41. RGB value is (3,25,65). Sum of RGB (Red+Green+Blue) = 3+25+65=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 65 (25.78% from 255 or 69.89% from 93); Max value from RGB is 65 - color contains mainly: blue. Hex color #031941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031941 is #FCE6BE. Grayscale: #161616. Windows color (decimal): -16574143 or 4266243. OLE color: 4266243.

HSL color Cylindrical-coordinate representation of color #031941: hue angle of 218.71º 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 #031941 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB32565-
CMYK0.950.6200.75
HSL218.71º91.18%13.33%-
HSV(B)218.71º95.38%25.49%-
XYZ1.341.15.14-
YUV22.98151.71113.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 65 (25.78% from 255) = 69.89%
R=3.23%
G=26.88%
B=69.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal325650.950.6200.75218.7191.1813.33
Hex319415F3E04Bdb5bd
Octal33110113776011333313315
Binary111100110000011011111111110010010111101101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031941; }

 p { color: rgb(3,25,65); }

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

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

 a { background-color: rgb(3,25,65); }

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

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

 span { border-color: rgb(3,25,65); }

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