Html Css Color HEX #131A33 Midnight Express

📋 copy color: '#131A33'

red 19 ◦ green 26 ◦ blue 51

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

Shades of Midnight Express #131A33

Tints of Midnight Express #131A33

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.08%

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

R = 19.79%
G = 27.08%
B = 53.13%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#131A33 (or 0x131A33) is known color: Midnight Express. HEX triplet: 13, 1A and 33. RGB value is (19,26,51). Sum of RGB (Red+Green+Blue) = 19+26+51=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 51 (20.31% from 255 or 53.12% from 96); Max value from RGB is 51 - color contains mainly: blue. Hex color #131A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A33 is #ECE5CC. Grayscale: #1A1A1A. Windows color (decimal): -15525325 or 3349011. OLE color: 3349011.

HSL color Cylindrical-coordinate representation of color #131A33: hue angle of 226.88º 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 #131A33 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 26 51 -
CMYK 0.63 0.49 0 0.8
HSL 226.88º 0.46% 0.14% -
HSV(B) 226.88º 0.63% 0.2% -
XYZ 1.24 1.12 3.28 -
YUV 26.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 19 26 51 0.63 0.49 0 0.8 226.88 0.46 0.14
Hex 13 1A 33 3F 31 0 50 E3 2E E
Octal 23 32 63 77 61 0 120 343 56 16
Binary 10011 11010 110011 111111 110001 0 1010000 11100011 101110 1110

Color Harmonies of #131A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A33

Black with #131A33

Text Example


Text Example

White with #131A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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