Html Css Color HEX #131738 Midnight Express

📋 copy color: '#131738'

red 19 ◦ green 23 ◦ blue 56

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

Shades of Midnight Express #131738

Tints of Midnight Express #131738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.47%

 BLUE value IS 56 (22.27% from 255) = 57.14%

R = 19.39%
G = 23.47%
B = 57.14%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#131738 (or 0x131738) is known color: Midnight Express. HEX triplet: 13, 17 and 38. RGB value is (19,23,56). Sum of RGB (Red+Green+Blue) = 19+23+56=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #131738 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131738 is #ECE8C7. Grayscale: #191919. Windows color (decimal): -15526088 or 3675923. OLE color: 3675923.

HSL color Cylindrical-coordinate representation of color #131738: hue angle of 233.51º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #131738 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 23 56 -
CMYK 0.66 0.59 0 0.78
HSL 233.51º 0.49% 0.15% -
HSV(B) 233.51º 0.66% 0.22% -
XYZ 1.29 1.04 3.87 -
YUV 25.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 19 23 56 0.66 0.59 0 0.78 233.51 0.49 0.15
Hex 13 17 38 42 3B 0 4E EA 31 F
Octal 23 27 70 102 73 0 116 352 61 17
Binary 10011 10111 111000 1000010 111011 0 1001110 11101010 110001 1111

Color Harmonies of #131738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131738

Black with #131738

Text Example


Text Example

White with #131738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131738; }

 p { color: rgb(19,23,56); }

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

background-color css

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

 a { background-color: rgb(19,23,56); }

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

border-color css

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

 span { border-color: rgb(19,23,56); }

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