Html Css Color HEX #131143 Midnight Express

📋 copy color: '#131143'

red 19 ◦ green 17 ◦ blue 67

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

Shades of Midnight Express #131143

Tints of Midnight Express #131143

RGB

 RED value IS 19 (7.81% from 255) = 18.45%

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

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

R = 18.45%
G = 16.5%
B = 65.05%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#131143 (or 0x131143) is known color: Midnight Express. HEX triplet: 13, 11 and 43. RGB value is (19,17,67). Sum of RGB (Red+Green+Blue) = 19+17+67=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 67 (26.56% from 255 or 65.05% from 103); Max value from RGB is 67 - color contains mainly: blue. Hex color #131143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131143 is #ECEEBC. Grayscale: #171717. Windows color (decimal): -15527613 or 4395283. OLE color: 4395283.

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

Color convert

RGB 19 17 67 -
CMYK 0.72 0.75 0 0.74
HSL 242.4º 0.6% 0.16% -
HSV(B) 242.4º 0.75% 0.26% -
XYZ 1.48 0.94 5.41 -
YUV 23.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 19 17 67 0.72 0.75 0 0.74 242.4 0.6 0.16
Hex 13 11 43 48 4B 0 4A F2 3C 10
Octal 23 21 103 110 113 0 112 362 74 20
Binary 10011 10001 1000011 1001000 1001011 0 1001010 11110010 111100 10000

Color Harmonies of #131143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131143

Black with #131143

Text Example


Text Example

White with #131143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131143; }

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

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

background-color css

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

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

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

border-color css

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

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

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