Html Css Color HEX #131D44 Midnight Express

📋 copy color: '#131D44'

red 19 ◦ green 29 ◦ blue 68

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

Shades of Midnight Express #131D44

Tints of Midnight Express #131D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 58.62%

R = 16.38%
G = 25%
B = 58.62%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#131D44 (or 0x131D44) is known color: Midnight Express. HEX triplet: 13, 1D and 44. RGB value is (19,29,68). Sum of RGB (Red+Green+Blue) = 19+29+68=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 68 (26.95% from 255 or 58.62% from 116); Max value from RGB is 68 - color contains mainly: blue. Hex color #131D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D44 is #ECE2BB. Grayscale: #1E1E1E. Windows color (decimal): -15524540 or 4463891. OLE color: 4463891.

HSL color Cylindrical-coordinate representation of color #131D44: hue angle of 227.76º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #131D44 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 29 68 -
CMYK 0.72 0.57 0 0.73
HSL 227.76º 0.56% 0.17% -
HSV(B) 227.76º 0.72% 0.27% -
XYZ 1.75 1.43 5.65 -
YUV 30.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 19 29 68 0.72 0.57 0 0.73 227.76 0.56 0.17
Hex 13 1D 44 48 39 0 49 E4 38 11
Octal 23 35 104 110 71 0 111 344 70 21
Binary 10011 11101 1000100 1001000 111001 0 1001001 11100100 111000 10001

Color Harmonies of #131D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D44

Black with #131D44

Text Example


Text Example

White with #131D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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