Html Css Color HEX #131E3F Midnight Express

📋 copy color: '#131E3F'

red 19 ◦ green 30 ◦ blue 63

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

Shades of Midnight Express #131E3F

Tints of Midnight Express #131E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 56.25%

R = 16.96%
G = 26.79%
B = 56.25%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131E3F (or 0x131E3F) is known color: Midnight Express. HEX triplet: 13, 1E and 3F. RGB value is (19,30,63). Sum of RGB (Red+Green+Blue) = 19+30+63=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #131E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E3F is #ECE1C0. Grayscale: #1E1E1E. Windows color (decimal): -15524289 or 4136467. OLE color: 4136467.

HSL color Cylindrical-coordinate representation of color #131E3F: hue angle of 225º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #131E3F is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 30 63 -
CMYK 0.70 0.52 0 0.75
HSL 225º 0.54% 0.16% -
HSV(B) 225º 0.7% 0.25% -
XYZ 1.63 1.43 4.89 -
YUV 30.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 19 30 63 0.70 0.52 0 0.75 225 0.54 0.16
Hex 13 1E 3F 46 34 0 4B E1 36 10
Octal 23 36 77 106 64 0 113 341 66 20
Binary 10011 11110 111111 1000110 110100 0 1001011 11100001 110110 10000

Color Harmonies of #131E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E3F

Black with #131E3F

Text Example


Text Example

White with #131E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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