#03193B

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

Shades of Midnight Express #03193B

Tints of Midnight Express #03193B

Color information

#03193B (or 0x03193B) is unknown color: approx Midnight Express. HEX triplet: 03, 19 and 3B. RGB value is (3,25,59). Sum of RGB (Red+Green+Blue) = 3+25+59=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 59 (23.44% from 255 or 67.82% from 87); Max value from RGB is 59 - color contains mainly: blue. Hex color #03193B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03193B is #FCE6C4. Grayscale: #161616. Windows color (decimal): -16574149 or 3873027. OLE color: 3873027.

HSL color Cylindrical-coordinate representation of color #03193B: hue angle of 216.43º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03193B is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB32559-
CMYK0.950.5800.77
HSL216.43º90.32%12.16%-
HSV(B)216.43º94.92%23.14%-
XYZ1.171.034.27-
YUV22.3148.71114.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.45%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 59 (23.44% from 255) = 67.82%
R=3.45%
G=28.74%
B=67.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal325590.950.5800.77216.4390.3212.16
Hex3193B5F3A04Dd85ac
Octal3317313772011533013214
Binary11110011110111011111111010010011011101100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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