Html Css Color HEX #031143 Midnight Express

📋 copy color: '#031143'

red 3 ◦ green 17 ◦ blue 67

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

Shades of Midnight Express #031143

Tints of Midnight Express #031143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.54%

 BLUE value IS 67 (26.56% from 255) = 77.01%

R = 3.45%
G = 19.54%
B = 77.01%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#031143 (or 0x031143) is known color: Midnight Express. HEX triplet: 03, 11 and 43. RGB value is (3,17,67). Sum of RGB (Red+Green+Blue) = 3+17+67=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 67 (26.56% from 255 or 77.01% from 87); Max value from RGB is 67 - color contains mainly: blue. Hex color #031143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031143 is #FCEEBC. Grayscale: #121212. Windows color (decimal): -16576189 or 4395267. OLE color: 4395267.

HSL color Cylindrical-coordinate representation of color #031143: hue angle of 226.88º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031143 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 17 67 -
CMYK 0.96 0.75 0 0.74
HSL 226.88º 0.91% 0.14% -
HSV(B) 226.88º 0.96% 0.26% -
XYZ 1.25 0.83 5.4 -
YUV 18.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 3 17 67 0.96 0.75 0 0.74 226.88 0.91 0.14
Hex 3 11 43 60 4B 0 4A E3 5B E
Octal 3 21 103 140 113 0 112 343 133 16
Binary 11 10001 1000011 1100000 1001011 0 1001010 11100011 1011011 1110

Color Harmonies of #031143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031143

Black with #031143

Text Example


Text Example

White with #031143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031143; }

 p { color: rgb(3,17,67); }

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

background-color css

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

 a { background-color: rgb(3,17,67); }

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

border-color css

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

 span { border-color: rgb(3,17,67); }

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