Html Css Color HEX #131342 Midnight Express

📋 copy color: '#131342'

red 19 ◦ green 19 ◦ blue 66

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

Shades of Midnight Express #131342

Tints of Midnight Express #131342

RGB

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

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

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

R = 18.27%
G = 18.27%
B = 63.46%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#131342 (or 0x131342) is known color: Midnight Express. HEX triplet: 13, 13 and 42. RGB value is (19,19,66). Sum of RGB (Red+Green+Blue) = 19+19+66=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 66 (26.17% from 255 or 63.46% from 104); Max value from RGB is 66 - color contains mainly: blue. Hex color #131342 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131342 is #ECECBD. Grayscale: #181818. Windows color (decimal): -15527102 or 4330259. OLE color: 4330259.

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

Color convert

RGB 19 19 66 -
CMYK 0.71 0.71 0 0.74
HSL 240º 0.55% 0.17% -
HSV(B) 240º 0.71% 0.26% -
XYZ 1.48 1 5.27 -
YUV 24.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 19 19 66 0.71 0.71 0 0.74 240 0.55 0.17
Hex 13 13 42 47 47 0 4A F0 37 11
Octal 23 23 102 107 107 0 112 360 67 21
Binary 10011 10011 1000010 1000111 1000111 0 1001010 11110000 110111 10001

Color Harmonies of #131342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131342

Black with #131342

Text Example


Text Example

White with #131342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131342; }

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

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

background-color css

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

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

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

border-color css

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

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

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