Html Css Color HEX #131B3D Midnight Express

📋 copy color: '#131B3D'

red 19 ◦ green 27 ◦ blue 61

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

Shades of Midnight Express #131B3D

Tints of Midnight Express #131B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 57.01%

R = 17.76%
G = 25.23%
B = 57.01%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#131B3D (or 0x131B3D) is known color: Midnight Express. HEX triplet: 13, 1B and 3D. RGB value is (19,27,61). Sum of RGB (Red+Green+Blue) = 19+27+61=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 61 (24.22% from 255 or 57.01% from 107); Max value from RGB is 61 - color contains mainly: blue. Hex color #131B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B3D is #ECE4C2. Grayscale: #1C1C1C. Windows color (decimal): -15525059 or 4004627. OLE color: 4004627.

HSL color Cylindrical-coordinate representation of color #131B3D: hue angle of 228.57º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #131B3D is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 27 61 -
CMYK 0.69 0.56 0 0.76
HSL 228.57º 0.53% 0.16% -
HSV(B) 228.57º 0.69% 0.24% -
XYZ 1.5 1.26 4.58 -
YUV 28.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 19 27 61 0.69 0.56 0 0.76 228.57 0.53 0.16
Hex 13 1B 3D 45 38 0 4C E5 34 10
Octal 23 33 75 105 70 0 114 345 64 20
Binary 10011 11011 111101 1000101 111000 0 1001100 11100101 110100 10000

Color Harmonies of #131B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B3D

Black with #131B3D

Text Example


Text Example

White with #131B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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