Html Css Color HEX #131237 Midnight Express

📋 copy color: '#131237'

red 19 ◦ green 18 ◦ blue 55

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

Shades of Midnight Express #131237

Tints of Midnight Express #131237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.57%

 BLUE value IS 55 (21.88% from 255) = 59.78%

R = 20.65%
G = 19.57%
B = 59.78%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#131237 (or 0x131237) is known color: Midnight Express. HEX triplet: 13, 12 and 37. RGB value is (19,18,55). Sum of RGB (Red+Green+Blue) = 19+18+55=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 55 (21.88% from 255 or 59.78% from 92); Max value from RGB is 55 - color contains mainly: blue. Hex color #131237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131237 is #ECEDC8. Grayscale: #161616. Windows color (decimal): -15527369 or 3609107. OLE color: 3609107.

HSL color Cylindrical-coordinate representation of color #131237: hue angle of 241.62º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #131237 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 18 55 -
CMYK 0.65 0.67 0 0.78
HSL 241.62º 0.51% 0.14% -
HSV(B) 241.62º 0.67% 0.22% -
XYZ 1.17 0.85 3.72 -
YUV 22.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 19 18 55 0.65 0.67 0 0.78 241.62 0.51 0.14
Hex 13 12 37 41 43 0 4E F2 33 E
Octal 23 22 67 101 103 0 116 362 63 16
Binary 10011 10010 110111 1000001 1000011 0 1001110 11110010 110011 1110

Color Harmonies of #131237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131237

Black with #131237

Text Example


Text Example

White with #131237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131237; }

 p { color: rgb(19,18,55); }

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

background-color css

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

 a { background-color: rgb(19,18,55); }

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

border-color css

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

 span { border-color: rgb(19,18,55); }

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