Html Css Color HEX #131242 Midnight Express

📋 copy color: '#131242'

red 19 ◦ green 18 ◦ blue 66

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

Shades of Midnight Express #131242

Tints of Midnight Express #131242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 64.08%

R = 18.45%
G = 17.48%
B = 64.08%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#131242 (or 0x131242) is known color: Midnight Express. HEX triplet: 13, 12 and 42. RGB value is (19,18,66). Sum of RGB (Red+Green+Blue) = 19+18+66=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 66 (26.17% from 255 or 64.08% from 103); Max value from RGB is 66 - color contains mainly: blue. Hex color #131242 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131242 is #ECEDBD. Grayscale: #171717. Windows color (decimal): -15527358 or 4330003. OLE color: 4330003.

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

Color convert

RGB 19 18 66 -
CMYK 0.71 0.73 0 0.74
HSL 241.25º 0.57% 0.16% -
HSV(B) 241.25º 0.73% 0.26% -
XYZ 1.47 0.96 5.26 -
YUV 23.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 19 18 66 0.71 0.73 0 0.74 241.25 0.57 0.16
Hex 13 12 42 47 49 0 4A F1 39 10
Octal 23 22 102 107 111 0 112 361 71 20
Binary 10011 10010 1000010 1000111 1001001 0 1001010 11110001 111001 10000

Color Harmonies of #131242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131242

Black with #131242

Text Example


Text Example

White with #131242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131242; }

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

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

background-color css

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

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

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

border-color css

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

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

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