Html Css Color HEX #131A38 Midnight Express

📋 copy color: '#131A38'

red 19 ◦ green 26 ◦ blue 56

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

Shades of Midnight Express #131A38

Tints of Midnight Express #131A38

RGB

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

 GREEN value IS 26 (10.55% from 255) = 25.74%

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

R = 18.81%
G = 25.74%
B = 55.45%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#131A38 (or 0x131A38) is known color: Midnight Express. HEX triplet: 13, 1A and 38. RGB value is (19,26,56). Sum of RGB (Red+Green+Blue) = 19+26+56=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #131A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A38 is #ECE5C7. Grayscale: #1B1B1B. Windows color (decimal): -15525320 or 3676691. OLE color: 3676691.

HSL color Cylindrical-coordinate representation of color #131A38: hue angle of 228.65º 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 #131A38 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 26 56 -
CMYK 0.66 0.54 0 0.78
HSL 228.65º 0.49% 0.15% -
HSV(B) 228.65º 0.66% 0.22% -
XYZ 1.35 1.16 3.89 -
YUV 27.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 19 26 56 0.66 0.54 0 0.78 228.65 0.49 0.15
Hex 13 1A 38 42 36 0 4E E5 31 F
Octal 23 32 70 102 66 0 116 345 61 17
Binary 10011 11010 111000 1000010 110110 0 1001110 11100101 110001 1111

Color Harmonies of #131A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A38

Black with #131A38

Text Example


Text Example

White with #131A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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