#031845

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

Shades of Midnight Express #031845

Tints of Midnight Express #031845

Color information

#031845 (or 0x031845) is unknown color: approx Midnight Express. HEX triplet: 03, 18 and 45. RGB value is (3,24,69). Sum of RGB (Red+Green+Blue) = 3+24+69=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 69 (27.34% from 255 or 71.88% from 96); Max value from RGB is 69 - color contains mainly: blue. Hex color #031845 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031845 is #FCE7BA. Grayscale: #161616. Windows color (decimal): -16574395 or 4528131. OLE color: 4528131.

HSL color Cylindrical-coordinate representation of color #031845: hue angle of 220.91º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031845 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB32469-
CMYK0.960.6500.73
HSL220.91º91.67%14.12%-
HSV(B)220.91º95.65%27.06%-
XYZ1.441.15.77-
YUV22.85154.04113.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 24 (9.77% from 255) = 25%
BLUE value IS 69 (27.34% from 255) = 71.88%
R=3.12%
G=25%
B=71.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal324690.960.6500.73220.9191.6714.12
Hex318456041049dd5ce
Octal330105140101011133513416
Binary1111000100010111000001000001010010011101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031845; }

 p { color: rgb(3,24,69); }

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

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

 a { background-color: rgb(3,24,69); }

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

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

 span { border-color: rgb(3,24,69); }

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