Html Css Color HEX #131F33 Midnight Express

📋 copy color: '#131F33'

red 19 ◦ green 31 ◦ blue 51

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

Shades of Midnight Express #131F33

Tints of Midnight Express #131F33

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.69%

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

R = 18.81%
G = 30.69%
B = 50.5%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#131F33 (or 0x131F33) is known color: Midnight Express. HEX triplet: 13, 1F and 33. RGB value is (19,31,51). Sum of RGB (Red+Green+Blue) = 19+31+51=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #131F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F33 is #ECE0CC. Grayscale: #1D1D1D. Windows color (decimal): -15524045 or 3350291. OLE color: 3350291.

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

Color convert

RGB 19 31 51 -
CMYK 0.63 0.39 0 0.8
HSL 217.5º 0.46% 0.14% -
HSV(B) 217.5º 0.63% 0.2% -
XYZ 1.36 1.36 3.32 -
YUV 29.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 19 31 51 0.63 0.39 0 0.8 217.5 0.46 0.14
Hex 13 1F 33 3F 27 0 50 DA 2E E
Octal 23 37 63 77 47 0 120 332 56 16
Binary 10011 11111 110011 111111 100111 0 1010000 11011010 101110 1110

Color Harmonies of #131F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F33

Black with #131F33

Text Example


Text Example

White with #131F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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