Html Css Color HEX #131E3E Midnight Express

📋 copy color: '#131E3E'

red 19 ◦ green 30 ◦ blue 62

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

Shades of Midnight Express #131E3E

Tints of Midnight Express #131E3E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 27.03%

 BLUE value IS 62 (24.61% from 255) = 55.86%

R = 17.12%
G = 27.03%
B = 55.86%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#131E3E (or 0x131E3E) is known color: Midnight Express. HEX triplet: 13, 1E and 3E. RGB value is (19,30,62). Sum of RGB (Red+Green+Blue) = 19+30+62=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 62 (24.61% from 255 or 55.86% from 111); Max value from RGB is 62 - color contains mainly: blue. Hex color #131E3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E3E is #ECE1C1. Grayscale: #1E1E1E. Windows color (decimal): -15524290 or 4070931. OLE color: 4070931.

HSL color Cylindrical-coordinate representation of color #131E3E: hue angle of 224.65º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #131E3E is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 30 62 -
CMYK 0.69 0.52 0 0.76
HSL 224.65º 0.53% 0.16% -
HSV(B) 224.65º 0.69% 0.24% -
XYZ 1.6 1.41 4.75 -
YUV 30.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 19 30 62 0.69 0.52 0 0.76 224.65 0.53 0.16
Hex 13 1E 3E 45 34 0 4C E1 35 10
Octal 23 36 76 105 64 0 114 341 65 20
Binary 10011 11110 111110 1000101 110100 0 1001100 11100001 110101 10000

Color Harmonies of #131E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E3E

Black with #131E3E

Text Example


Text Example

White with #131E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131E3E; }

 p { color: rgb(19,30,62); }

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

background-color css

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

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

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

border-color css

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

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

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