#131D4B

Color #131D4B Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #131D4B

Tints of Midnight Express #131D4B

Color information

#131D4B (or 0x131D4B) is unknown color: approx 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

RGB192975-
CMYK0.750.6100.71
HSL229.29º59.57%18.43%-
HSV(B)229.29º74.67%29.41%-
XYZ1.981.536.85-
YUV31.25152.69119.26-

RGB Variations

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

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 (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1929750.750.6100.71229.2959.5718.43
Hex131D4B4B3D047e53c12
Octal23351131137501073457422
Binary100111110110010111001011111101010001111110010111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>