#131C4B

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

Shades of Midnight Express #131C4B

Tints of Midnight Express #131C4B

Color information

#131C4B (or 0x131C4B) is unknown color: approx Midnight Express. HEX triplet: 13, 1C and 4B. RGB value is (19,28,75). Sum of RGB (Red+Green+Blue) = 19+28+75=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #131C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C4B is #ECE3B4. Grayscale: #1E1E1E. Windows color (decimal): -15524789 or 4922387. OLE color: 4922387.

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

Color convert

RGB192875-
CMYK0.750.6300.71
HSL230.36º59.57%18.43%-
HSV(B)230.36º74.67%29.41%-
XYZ1.951.486.84-
YUV30.67153.02119.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 75 (29.69% from 255) = 61.48%
R=15.57%
G=22.95%
B=61.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1928750.750.6300.71230.3659.5718.43
Hex131C4B4B3F047e63c12
Octal23341131137701073467422
Binary100111110010010111001011111111010001111110011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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