Html Css Color HEX #131B40 Midnight Express

📋 copy color: '#131B40'

red 19 ◦ green 27 ◦ blue 64

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

Shades of Midnight Express #131B40

Tints of Midnight Express #131B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.55%

 BLUE value IS 64 (25.39% from 255) = 58.18%

R = 17.27%
G = 24.55%
B = 58.18%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131B40 (or 0x131B40) is known color: Midnight Express. HEX triplet: 13, 1B and 40. RGB value is (19,27,64). Sum of RGB (Red+Green+Blue) = 19+27+64=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #131B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B40 is #ECE4BF. Grayscale: #1C1C1C. Windows color (decimal): -15525056 or 4201235. OLE color: 4201235.

HSL color Cylindrical-coordinate representation of color #131B40: hue angle of 229.33º 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 #131B40 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 27 64 -
CMYK 0.70 0.58 0 0.75
HSL 229.33º 0.54% 0.16% -
HSV(B) 229.33º 0.7% 0.25% -
XYZ 1.59 1.29 5.02 -
YUV 28.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 19 27 64 0.70 0.58 0 0.75 229.33 0.54 0.16
Hex 13 1B 40 46 3A 0 4B E5 36 10
Octal 23 33 100 106 72 0 113 345 66 20
Binary 10011 11011 1000000 1000110 111010 0 1001011 11100101 110110 10000

Color Harmonies of #131B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B40

Black with #131B40

Text Example


Text Example

White with #131B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,27,64); }

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

background-color css

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

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

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

border-color css

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

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

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