Html Css Color HEX #131D3F Midnight Express

📋 copy color: '#131D3F'

red 19 ◦ green 29 ◦ blue 63

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

Shades of Midnight Express #131D3F

Tints of Midnight Express #131D3F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.13%

 BLUE value IS 63 (25% from 255) = 56.76%

R = 17.12%
G = 26.13%
B = 56.76%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131D3F (or 0x131D3F) is known color: Midnight Express. HEX triplet: 13, 1D and 3F. RGB value is (19,29,63). Sum of RGB (Red+Green+Blue) = 19+29+63=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #131D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D3F is #ECE2C0. Grayscale: #1D1D1D. Windows color (decimal): -15524545 or 4136211. OLE color: 4136211.

HSL color Cylindrical-coordinate representation of color #131D3F: hue angle of 226.36º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #131D3F is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 29 63 -
CMYK 0.70 0.54 0 0.75
HSL 226.36º 0.54% 0.16% -
HSV(B) 226.36º 0.7% 0.25% -
XYZ 1.61 1.38 4.88 -
YUV 29.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 19 29 63 0.70 0.54 0 0.75 226.36 0.54 0.16
Hex 13 1D 3F 46 36 0 4B E2 36 10
Octal 23 35 77 106 66 0 113 342 66 20
Binary 10011 11101 111111 1000110 110110 0 1001011 11100010 110110 10000

Color Harmonies of #131D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D3F

Black with #131D3F

Text Example


Text Example

White with #131D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,29,63); }

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

background-color css

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

 a { background-color: rgb(19,29,63); }

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

border-color css

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

 span { border-color: rgb(19,29,63); }

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