Html Css Color HEX #131243 Midnight Express

📋 copy color: '#131243'

red 19 ◦ green 18 ◦ blue 67

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

Shades of Midnight Express #131243

Tints of Midnight Express #131243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.31%

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

R = 18.27%
G = 17.31%
B = 64.42%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#131243 (or 0x131243) is known color: Midnight Express. HEX triplet: 13, 12 and 43. RGB value is (19,18,67). Sum of RGB (Red+Green+Blue) = 19+18+67=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 67 (26.56% from 255 or 64.42% from 104); Max value from RGB is 67 - color contains mainly: blue. Hex color #131243 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131243 is #ECEDBC. Grayscale: #171717. Windows color (decimal): -15527357 or 4395539. OLE color: 4395539.

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

Color convert

RGB 19 18 67 -
CMYK 0.72 0.73 0 0.74
HSL 241.22º 0.58% 0.17% -
HSV(B) 241.22º 0.73% 0.26% -
XYZ 1.5 0.98 5.42 -
YUV 23.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 19 18 67 0.72 0.73 0 0.74 241.22 0.58 0.17
Hex 13 12 43 48 49 0 4A F1 3A 11
Octal 23 22 103 110 111 0 112 361 72 21
Binary 10011 10010 1000011 1001000 1001001 0 1001010 11110001 111010 10001

Color Harmonies of #131243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131243

Black with #131243

Text Example


Text Example

White with #131243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131243; }

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

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

background-color css

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

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

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

border-color css

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

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

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