#131C2B

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

Shades of Midnight Express #131C2B

Tints of Midnight Express #131C2B

Color information

#131C2B (or 0x131C2B) is unknown color: approx Midnight Express. HEX triplet: 13, 1C and 2B. RGB value is (19,28,43). Sum of RGB (Red+Green+Blue) = 19+28+43=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #131C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C2B is #ECE3D4. Grayscale: #1A1A1A. Windows color (decimal): -15524821 or 2825235. OLE color: 2825235.

HSL color Cylindrical-coordinate representation of color #131C2B: hue angle of 217.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #131C2B is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB192843-
CMYK0.560.3500.83
HSL217.5º38.71%12.16%-
HSV(B)217.5º55.81%16.86%-
XYZ1.121.142.45-
YUV27.02137.02122.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.11%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 43 (17.19% from 255) = 47.78%
R=21.11%
G=31.11%
B=47.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1928430.560.3500.83217.538.7112.16
Hex131C2B3823053da27c
Octal233453704301233324714
Binary100111110010101111100010001101010011110110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,28,43); }

 H1.HeaderClassName
 {
   color: #131C2B;
 }
 .AnyTagClassName
 {
   color: #131C2B;
 }
</style>
background-color css

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

 a { background-color: rgb(19,28,43); }

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

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

 span { border-color: rgb(19,28,43); }

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