Html Css Color HEX #131C3C Midnight Express

📋 copy color: '#131C3C'

red 19 ◦ green 28 ◦ blue 60

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

Shades of Midnight Express #131C3C

Tints of Midnight Express #131C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.17%

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

R = 17.76%
G = 26.17%
B = 56.07%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#131C3C (or 0x131C3C) is known color: Midnight Express. HEX triplet: 13, 1C and 3C. RGB value is (19,28,60). Sum of RGB (Red+Green+Blue) = 19+28+60=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #131C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C3C is #ECE3C3. Grayscale: #1C1C1C. Windows color (decimal): -15524804 or 3939347. OLE color: 3939347.

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

Color convert

RGB 19 28 60 -
CMYK 0.68 0.53 0 0.76
HSL 226.83º 0.52% 0.15% -
HSV(B) 226.83º 0.68% 0.24% -
XYZ 1.5 1.3 4.45 -
YUV 28.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 19 28 60 0.68 0.53 0 0.76 226.83 0.52 0.15
Hex 13 1C 3C 44 35 0 4C E3 34 F
Octal 23 34 74 104 65 0 114 343 64 17
Binary 10011 11100 111100 1000100 110101 0 1001100 11100011 110100 1111

Color Harmonies of #131C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C3C

Black with #131C3C

Text Example


Text Example

White with #131C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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