Html Css Color HEX #131945 Midnight Express

📋 copy color: '#131945'

red 19 ◦ green 25 ◦ blue 69

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

Shades of Midnight Express #131945

Tints of Midnight Express #131945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 61.06%

R = 16.81%
G = 22.12%
B = 61.06%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#131945 (or 0x131945) is known color: Midnight Express. HEX triplet: 13, 19 and 45. RGB value is (19,25,69). Sum of RGB (Red+Green+Blue) = 19+25+69=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 69 (27.34% from 255 or 61.06% from 113); Max value from RGB is 69 - color contains mainly: blue. Hex color #131945 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131945 is #ECE6BA. Grayscale: #1C1C1C. Windows color (decimal): -15525563 or 4528403. OLE color: 4528403.

HSL color Cylindrical-coordinate representation of color #131945: hue angle of 232.8º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #131945 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 25 69 -
CMYK 0.72 0.64 0 0.73
HSL 232.8º 0.57% 0.17% -
HSV(B) 232.8º 0.72% 0.27% -
XYZ 1.69 1.26 5.78 -
YUV 28.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 19 25 69 0.72 0.64 0 0.73 232.8 0.57 0.17
Hex 13 19 45 48 40 0 49 E9 39 11
Octal 23 31 105 110 100 0 111 351 71 21
Binary 10011 11001 1000101 1001000 1000000 0 1001001 11101001 111001 10001

Color Harmonies of #131945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131945

Black with #131945

Text Example


Text Example

White with #131945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131945; }

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

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

background-color css

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

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

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

border-color css

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

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

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