#03132F

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

Shades of Midnight Express #03132F

Tints of Midnight Express #03132F

Color information

#03132F (or 0x03132F) is unknown color: approx Midnight Express. HEX triplet: 03, 13 and 2F. RGB value is (3,19,47). Sum of RGB (Red+Green+Blue) = 3+19+47=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 47 (18.75% from 255 or 68.12% from 69); Max value from RGB is 47 - color contains mainly: blue. Hex color #03132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03132F is #FCECD0. Grayscale: #111111. Windows color (decimal): -16575697 or 3085059. OLE color: 3085059.

HSL color Cylindrical-coordinate representation of color #03132F: hue angle of 218.18º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03132F is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB31947-
CMYK0.940.6000.82
HSL218.18º88%9.8%-
HSV(B)218.18º93.62%18.43%-
XYZ0.780.692.78-
YUV17.41144.7117.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.35%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 47 (18.75% from 255) = 68.12%
R=4.35%
G=27.54%
B=68.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal319470.940.6000.82218.18889.8
Hex3132F5E3C052da58a
Octal3235713674012233213012
Binary11100111011111011110111100010100101101101010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,19,47); }

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

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

 a { background-color: rgb(3,19,47); }

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

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

 span { border-color: rgb(3,19,47); }

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