Html Css Color HEX #131B4D Midnight Express

📋 copy color: '#131B4D'

red 19 ◦ green 27 ◦ blue 77

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

Shades of Midnight Express #131B4D

Tints of Midnight Express #131B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 62.6%

R = 15.45%
G = 21.95%
B = 62.6%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#131B4D (or 0x131B4D) is known color: Midnight Express. HEX triplet: 13, 1B and 4D. RGB value is (19,27,77). Sum of RGB (Red+Green+Blue) = 19+27+77=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #131B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B4D is #ECE4B2. Grayscale: #1E1E1E. Windows color (decimal): -15525043 or 5053203. OLE color: 5053203.

HSL color Cylindrical-coordinate representation of color #131B4D: hue angle of 231.72º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131B4D is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 27 77 -
CMYK 0.75 0.65 0 0.70
HSL 231.72º 0.6% 0.19% -
HSV(B) 231.72º 0.75% 0.3% -
XYZ 2 1.46 7.2 -
YUV 30.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 19 27 77 0.75 0.65 0 0.70 231.72 0.6 0.19
Hex 13 1B 4D 4B 41 0 46 E8 3C 13
Octal 23 33 115 113 101 0 106 350 74 23
Binary 10011 11011 1001101 1001011 1000001 0 1000110 11101000 111100 10011

Color Harmonies of #131B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B4D

Black with #131B4D

Text Example


Text Example

White with #131B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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