Html Css Color HEX #131C38 Midnight Express

📋 copy color: '#131C38'

red 19 ◦ green 28 ◦ blue 56

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

Shades of Midnight Express #131C38

Tints of Midnight Express #131C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 54.37%

R = 18.45%
G = 27.18%
B = 54.37%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#131C38 (or 0x131C38) is known color: Midnight Express. HEX triplet: 13, 1C and 38. RGB value is (19,28,56). Sum of RGB (Red+Green+Blue) = 19+28+56=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #131C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C38 is #ECE3C7. Grayscale: #1C1C1C. Windows color (decimal): -15524808 or 3677203. OLE color: 3677203.

HSL color Cylindrical-coordinate representation of color #131C38: hue angle of 225.41º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #131C38 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 28 56 -
CMYK 0.66 0.50 0 0.78
HSL 225.41º 0.49% 0.15% -
HSV(B) 225.41º 0.66% 0.22% -
XYZ 1.4 1.25 3.91 -
YUV 28.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 19 28 56 0.66 0.50 0 0.78 225.41 0.49 0.15
Hex 13 1C 38 42 32 0 4E E1 31 F
Octal 23 34 70 102 62 0 116 341 61 17
Binary 10011 11100 111000 1000010 110010 0 1001110 11100001 110001 1111

Color Harmonies of #131C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C38

Black with #131C38

Text Example


Text Example

White with #131C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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