Html Css Color HEX #131E3C Midnight Express

📋 copy color: '#131E3C'

red 19 ◦ green 30 ◦ blue 60

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

Shades of Midnight Express #131E3C

Tints of Midnight Express #131E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 27.52%

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

R = 17.43%
G = 27.52%
B = 55.05%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#131E3C (or 0x131E3C) is known color: Midnight Express. HEX triplet: 13, 1E and 3C. RGB value is (19,30,60). Sum of RGB (Red+Green+Blue) = 19+30+60=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #131E3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E3C is #ECE1C3. Grayscale: #1E1E1E. Windows color (decimal): -15524292 or 3939859. OLE color: 3939859.

HSL color Cylindrical-coordinate representation of color #131E3C: hue angle of 223.9º 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 #131E3C is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 30 60 -
CMYK 0.68 0.50 0 0.76
HSL 223.9º 0.52% 0.15% -
HSV(B) 223.9º 0.68% 0.24% -
XYZ 1.55 1.39 4.46 -
YUV 30.13 144.86 120.06 -
System Red Green Blue C M Y K H S L
Decimal 19 30 60 0.68 0.50 0 0.76 223.9 0.52 0.15
Hex 13 1E 3C 44 32 0 4C E0 34 F
Octal 23 36 74 104 62 0 114 340 64 17
Binary 10011 11110 111100 1000100 110010 0 1001100 11100000 110100 1111

Color Harmonies of #131E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E3C

Black with #131E3C

Text Example


Text Example

White with #131E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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