Html Css Color HEX #131B38 Midnight Express

📋 copy color: '#131B38'

red 19 ◦ green 27 ◦ blue 56

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

Shades of Midnight Express #131B38

Tints of Midnight Express #131B38

RGB

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

 GREEN value IS 27 (10.94% from 255) = 26.47%

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

R = 18.63%
G = 26.47%
B = 54.9%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#131B38 (or 0x131B38) is known color: Midnight Express. HEX triplet: 13, 1B and 38. RGB value is (19,27,56). Sum of RGB (Red+Green+Blue) = 19+27+56=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #131B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B38 is #ECE4C7. Grayscale: #1B1B1B. Windows color (decimal): -15525064 or 3676947. OLE color: 3676947.

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

Color convert

RGB 19 27 56 -
CMYK 0.66 0.52 0 0.78
HSL 227.03º 0.49% 0.15% -
HSV(B) 227.03º 0.66% 0.22% -
XYZ 1.37 1.21 3.9 -
YUV 27.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 19 27 56 0.66 0.52 0 0.78 227.03 0.49 0.15
Hex 13 1B 38 42 34 0 4E E3 31 F
Octal 23 33 70 102 64 0 116 343 61 17
Binary 10011 11011 111000 1000010 110100 0 1001110 11100011 110001 1111

Color Harmonies of #131B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B38

Black with #131B38

Text Example


Text Example

White with #131B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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