Html Css Color HEX #131F3C Midnight Express

📋 copy color: '#131F3C'

red 19 ◦ green 31 ◦ blue 60

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

Shades of Midnight Express #131F3C

Tints of Midnight Express #131F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 54.55%

R = 17.27%
G = 28.18%
B = 54.55%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#131F3C (or 0x131F3C) is known color: Midnight Express. HEX triplet: 13, 1F and 3C. RGB value is (19,31,60). Sum of RGB (Red+Green+Blue) = 19+31+60=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #131F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F3C is #ECE0C3. Grayscale: #1E1E1E. Windows color (decimal): -15524036 or 3940115. OLE color: 3940115.

HSL color Cylindrical-coordinate representation of color #131F3C: hue angle of 222.44º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #131F3C is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 31 60 -
CMYK 0.68 0.48 0 0.76
HSL 222.44º 0.52% 0.15% -
HSV(B) 222.44º 0.68% 0.24% -
XYZ 1.57 1.44 4.47 -
YUV 30.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 19 31 60 0.68 0.48 0 0.76 222.44 0.52 0.15
Hex 13 1F 3C 44 30 0 4C DE 34 F
Octal 23 37 74 104 60 0 114 336 64 17
Binary 10011 11111 111100 1000100 110000 0 1001100 11011110 110100 1111

Color Harmonies of #131F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F3C

Black with #131F3C

Text Example


Text Example

White with #131F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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