Html Css Color HEX #131641 Midnight Express

📋 copy color: '#131641'

red 19 ◦ green 22 ◦ blue 65

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

Shades of Midnight Express #131641

Tints of Midnight Express #131641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.75%

 BLUE value IS 65 (25.78% from 255) = 61.32%

R = 17.92%
G = 20.75%
B = 61.32%

CMYK

 C value IS 0.71

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131641 (or 0x131641) is known color: Midnight Express. HEX triplet: 13, 16 and 41. RGB value is (19,22,65). Sum of RGB (Red+Green+Blue) = 19+22+65=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #131641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131641 is #ECE9BE. Grayscale: #191919. Windows color (decimal): -15526335 or 4265491. OLE color: 4265491.

HSL color Cylindrical-coordinate representation of color #131641: hue angle of 236.09º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #131641 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 22 65 -
CMYK 0.71 0.66 0 0.75
HSL 236.09º 0.55% 0.16% -
HSV(B) 236.09º 0.71% 0.25% -
XYZ 1.51 1.09 5.13 -
YUV 26.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 19 22 65 0.71 0.66 0 0.75 236.09 0.55 0.16
Hex 13 16 41 47 42 0 4B EC 37 10
Octal 23 26 101 107 102 0 113 354 67 20
Binary 10011 10110 1000001 1000111 1000010 0 1001011 11101100 110111 10000

Color Harmonies of #131641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131641

Black with #131641

Text Example


Text Example

White with #131641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131641; }

 p { color: rgb(19,22,65); }

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

background-color css

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

 a { background-color: rgb(19,22,65); }

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

border-color css

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

 span { border-color: rgb(19,22,65); }

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