#03193F

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

Shades of Midnight Express #03193F

Tints of Midnight Express #03193F

Color information

#03193F (or 0x03193F) is unknown color: approx Midnight Express. HEX triplet: 03, 19 and 3F. RGB value is (3,25,63). Sum of RGB (Red+Green+Blue) = 3+25+63=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 63 (25% from 255 or 69.23% from 91); Max value from RGB is 63 - color contains mainly: blue. Hex color #03193F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03193F is #FCE6C0. Grayscale: #161616. Windows color (decimal): -16574145 or 4135171. OLE color: 4135171.

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

Color convert

RGB32563-
CMYK0.950.6000.75
HSL218º90.91%12.94%-
HSV(B)218º95.24%24.71%-
XYZ1.281.074.84-
YUV22.75150.71113.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 25 (10.16% from 255) = 27.47%
BLUE value IS 63 (25% from 255) = 69.23%
R=3.30%
G=27.47%
B=69.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal325630.950.6000.7521890.9112.94
Hex3193F5F3C04Bda5bd
Octal3317713774011333213315
Binary11110011111111011111111100010010111101101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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