Html Css Color HEX #131833 Midnight Express

📋 copy color: '#131833'

red 19 ◦ green 24 ◦ blue 51

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

Shades of Midnight Express #131833

Tints of Midnight Express #131833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.53%

 BLUE value IS 51 (20.31% from 255) = 54.26%

R = 20.21%
G = 25.53%
B = 54.26%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#131833 (or 0x131833) is known color: Midnight Express. HEX triplet: 13, 18 and 33. RGB value is (19,24,51). Sum of RGB (Red+Green+Blue) = 19+24+51=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 51 (20.31% from 255 or 54.26% from 94); Max value from RGB is 51 - color contains mainly: blue. Hex color #131833 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131833 is #ECE7CC. Grayscale: #191919. Windows color (decimal): -15525837 or 3348499. OLE color: 3348499.

HSL color Cylindrical-coordinate representation of color #131833: hue angle of 230.62º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #131833 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 24 51 -
CMYK 0.63 0.53 0 0.8
HSL 230.63º 0.46% 0.14% -
HSV(B) 230.63º 0.63% 0.2% -
XYZ 1.19 1.03 3.27 -
YUV 25.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 19 24 51 0.63 0.53 0 0.8 230.63 0.46 0.14
Hex 13 18 33 3F 35 0 50 E7 2E E
Octal 23 30 63 77 65 0 120 347 56 16
Binary 10011 11000 110011 111111 110101 0 1010000 11100111 101110 1110

Color Harmonies of #131833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131833

Black with #131833

Text Example


Text Example

White with #131833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131833; }

 p { color: rgb(19,24,51); }

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

background-color css

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

 a { background-color: rgb(19,24,51); }

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

border-color css

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

 span { border-color: rgb(19,24,51); }

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