Html Css Color HEX #131D4B Midnight Express

📋 copy color: '#131D4B'

red 19 ◦ green 29 ◦ blue 75

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

Shades of Midnight Express #131D4B

Tints of Midnight Express #131D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 60.98%

R = 15.45%
G = 23.58%
B = 60.98%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#131D4B (or 0x131D4B) is known color: Midnight Express. HEX triplet: 13, 1D and 4B. RGB value is (19,29,75). Sum of RGB (Red+Green+Blue) = 19+29+75=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #131D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D4B is #ECE2B4. Grayscale: #1F1F1F. Windows color (decimal): -15524533 or 4922643. OLE color: 4922643.

HSL color Cylindrical-coordinate representation of color #131D4B: hue angle of 229.29º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131D4B is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 29 75 -
CMYK 0.75 0.61 0 0.71
HSL 229.29º 0.6% 0.18% -
HSV(B) 229.29º 0.75% 0.29% -
XYZ 1.98 1.53 6.85 -
YUV 31.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 19 29 75 0.75 0.61 0 0.71 229.29 0.6 0.18
Hex 13 1D 4B 4B 3D 0 47 E5 3C 12
Octal 23 35 113 113 75 0 107 345 74 22
Binary 10011 11101 1001011 1001011 111101 0 1000111 11100101 111100 10010

Color Harmonies of #131D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D4B

Black with #131D4B

Text Example


Text Example

White with #131D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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