Html Css Color HEX #031439 Midnight Express

📋 copy color: '#031439'

red 3 ◦ green 20 ◦ blue 57

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

Shades of Midnight Express #031439

Tints of Midnight Express #031439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 71.25%

R = 3.75%
G = 25%
B = 71.25%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#031439 (or 0x031439) is known color: Midnight Express. HEX triplet: 03, 14 and 39. RGB value is (3,20,57). Sum of RGB (Red+Green+Blue) = 3+20+57=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 57 (22.66% from 255 or 71.25% from 80); Max value from RGB is 57 - color contains mainly: blue. Hex color #031439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031439 is #FCEBC6. Grayscale: #121212. Windows color (decimal): -16575431 or 3740675. OLE color: 3740675.

HSL color Cylindrical-coordinate representation of color #031439: hue angle of 221.11º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031439 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 20 57 -
CMYK 0.95 0.65 0 0.78
HSL 221.11º 0.9% 0.12% -
HSV(B) 221.11º 0.95% 0.22% -
XYZ 1.03 0.82 3.97 -
YUV 19.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 3 20 57 0.95 0.65 0 0.78 221.11 0.9 0.12
Hex 3 14 39 5F 41 0 4E DD 5A C
Octal 3 24 71 137 101 0 116 335 132 14
Binary 11 10100 111001 1011111 1000001 0 1001110 11011101 1011010 1100

Color Harmonies of #031439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031439

Black with #031439

Text Example


Text Example

White with #031439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031439; }

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

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

background-color css

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

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

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

border-color css

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

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

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