Html Css Color HEX #131C40 Midnight Express

📋 copy color: '#131C40'

red 19 ◦ green 28 ◦ blue 64

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

Shades of Midnight Express #131C40

Tints of Midnight Express #131C40

RGB

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

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

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

R = 17.12%
G = 25.23%
B = 57.66%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131C40 (or 0x131C40) is known color: Midnight Express. HEX triplet: 13, 1C and 40. RGB value is (19,28,64). Sum of RGB (Red+Green+Blue) = 19+28+64=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #131C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C40 is #ECE3BF. Grayscale: #1D1D1D. Windows color (decimal): -15524800 or 4201491. OLE color: 4201491.

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

Color convert

RGB 19 28 64 -
CMYK 0.70 0.56 0 0.75
HSL 228º 0.54% 0.16% -
HSV(B) 228º 0.7% 0.25% -
XYZ 1.61 1.34 5.02 -
YUV 29.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 19 28 64 0.70 0.56 0 0.75 228 0.54 0.16
Hex 13 1C 40 46 38 0 4B E4 36 10
Octal 23 34 100 106 70 0 113 344 66 20
Binary 10011 11100 1000000 1000110 111000 0 1001011 11100100 110110 10000

Color Harmonies of #131C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C40

Black with #131C40

Text Example


Text Example

White with #131C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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