Html Css Color HEX #031446 Midnight Express

📋 copy color: '#031446'

red 3 ◦ green 20 ◦ blue 70

#031446
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #031446

Tints of Midnight Express #031446

RGB

 RED value IS 3 (1.56% from 255) = 3.23%

 GREEN value IS 20 (8.2% from 255) = 21.51%

 BLUE value IS 70 (27.73% from 255) = 75.27%

R = 3.23%
G = 21.51%
B = 75.27%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#031446 (or 0x031446) is known color: Midnight Express. HEX triplet: 03, 14 and 46. RGB value is (3,20,70). Sum of RGB (Red+Green+Blue) = 3+20+70=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 70 (27.73% from 255 or 75.27% from 93); Max value from RGB is 70 - color contains mainly: blue. Hex color #031446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031446 is #FCEBB9. Grayscale: #141414. Windows color (decimal): -16575418 or 4592643. OLE color: 4592643.

HSL color Cylindrical-coordinate representation of color #031446: hue angle of 224.78º 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 #031446 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 20 70 -
CMYK 0.96 0.71 0 0.73
HSL 224.78º 0.92% 0.14% -
HSV(B) 224.78º 0.96% 0.27% -
XYZ 1.39 0.96 5.91 -
YUV 20.62 155.87 115.43 -
System Red Green Blue C M Y K H S L
Decimal 3 20 70 0.96 0.71 0 0.73 224.78 0.92 0.14
Hex 3 14 46 60 47 0 49 E1 5C E
Octal 3 24 106 140 107 0 111 341 134 16
Binary 11 10100 1000110 1100000 1000111 0 1001001 11100001 1011100 1110

Color Harmonies of #031446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031446

Black with #031446

Text Example


Text Example

White with #031446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031446; }

 p { color: rgb(3,20,70); }

 H1.HeaderClassName
 {
   color: #031446;
 }
 .AnyTagClassName
 {
   color: #031446;
 }
</style>

background-color css

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

 a { background-color: rgb(3,20,70); }

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

border-color css

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

 span { border-color: rgb(3,20,70); }

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