#131B3F

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

Shades of Midnight Express #131B3F

Tints of Midnight Express #131B3F

Color information

#131B3F (or 0x131B3F) is unknown color: approx Midnight Express. HEX triplet: 13, 1B and 3F. RGB value is (19,27,63). Sum of RGB (Red+Green+Blue) = 19+27+63=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #131B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B3F is #ECE4C0. Grayscale: #1C1C1C. Windows color (decimal): -15525057 or 4135699. OLE color: 4135699.

HSL color Cylindrical-coordinate representation of color #131B3F: hue angle of 229.09º 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 #131B3F is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB192763-
CMYK0.700.5700.75
HSL229.09º53.66%16.08%-
HSV(B)229.09º69.84%24.71%-
XYZ1.561.284.87-
YUV28.71147.35121.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 27 (10.94% from 255) = 24.77%
BLUE value IS 63 (25% from 255) = 57.80%
R=17.43%
G=24.77%
B=57.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1927630.700.5700.75229.0953.6616.08
Hex131B3F463904Be53610
Octal2333771067101133456620
Binary10011110111111111000110111001010010111110010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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