Html Css Color HEX #131947 Midnight Express

📋 copy color: '#131947'

red 19 ◦ green 25 ◦ blue 71

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

Shades of Midnight Express #131947

Tints of Midnight Express #131947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.74%

 BLUE value IS 71 (28.13% from 255) = 61.74%

R = 16.52%
G = 21.74%
B = 61.74%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#131947 (or 0x131947) is known color: Midnight Express. HEX triplet: 13, 19 and 47. RGB value is (19,25,71). Sum of RGB (Red+Green+Blue) = 19+25+71=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #131947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131947 is #ECE6B8. Grayscale: #1C1C1C. Windows color (decimal): -15525561 or 4659475. OLE color: 4659475.

HSL color Cylindrical-coordinate representation of color #131947: hue angle of 233.08º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #131947 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 25 71 -
CMYK 0.73 0.65 0 0.72
HSL 233.08º 0.58% 0.18% -
HSV(B) 233.08º 0.73% 0.28% -
XYZ 1.75 1.29 6.12 -
YUV 28.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 19 25 71 0.73 0.65 0 0.72 233.08 0.58 0.18
Hex 13 19 47 49 41 0 48 E9 3A 12
Octal 23 31 107 111 101 0 110 351 72 22
Binary 10011 11001 1000111 1001001 1000001 0 1001000 11101001 111010 10010

Color Harmonies of #131947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131947

Black with #131947

Text Example


Text Example

White with #131947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131947; }

 p { color: rgb(19,25,71); }

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

background-color css

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

 a { background-color: rgb(19,25,71); }

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

border-color css

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

 span { border-color: rgb(19,25,71); }

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