Html Css Color HEX #131C4A Midnight Express

📋 copy color: '#131C4A'

red 19 ◦ green 28 ◦ blue 74

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

Shades of Midnight Express #131C4A

Tints of Midnight Express #131C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.14%

 BLUE value IS 74 (29.3% from 255) = 61.16%

R = 15.7%
G = 23.14%
B = 61.16%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#131C4A (or 0x131C4A) is known color: Midnight Express. HEX triplet: 13, 1C and 4A. RGB value is (19,28,74). Sum of RGB (Red+Green+Blue) = 19+28+74=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #131C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C4A is #ECE3B5. Grayscale: #1E1E1E. Windows color (decimal): -15524790 or 4856851. OLE color: 4856851.

HSL color Cylindrical-coordinate representation of color #131C4A: hue angle of 230.18º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #131C4A is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 28 74 -
CMYK 0.74 0.62 0 0.71
HSL 230.18º 0.59% 0.18% -
HSV(B) 230.18º 0.74% 0.29% -
XYZ 1.92 1.46 6.66 -
YUV 30.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 19 28 74 0.74 0.62 0 0.71 230.18 0.59 0.18
Hex 13 1C 4A 4A 3E 0 47 E6 3B 12
Octal 23 34 112 112 76 0 107 346 73 22
Binary 10011 11100 1001010 1001010 111110 0 1000111 11100110 111011 10010

Color Harmonies of #131C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C4A

Black with #131C4A

Text Example


Text Example

White with #131C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,28,74); }

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

background-color css

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

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

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

border-color css

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

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

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