#130F3A

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

Shades of Midnight Express #130F3A

Tints of Midnight Express #130F3A

Color information

#130F3A (or 0x130F3A) is unknown color: approx Midnight Express. HEX triplet: 13, 0F and 3A. RGB value is (19,15,58). Sum of RGB (Red+Green+Blue) = 19+15+58=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 58 (23.05% from 255 or 63.04% from 92); Max value from RGB is 58 - color contains mainly: blue. Hex color #130F3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F3A is #ECF0C5. Grayscale: #141414. Windows color (decimal): -15528134 or 3804947. OLE color: 3804947.

HSL color Cylindrical-coordinate representation of color #130F3A: hue angle of 245.58º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130F3A is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB191558-
CMYK0.670.7400.77
HSL245.58º58.9%14.31%-
HSV(B)245.58º74.14%22.75%-
XYZ1.20.794.09-
YUV21.1148.83126.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 15 (6.25% from 255) = 16.30%
BLUE value IS 58 (23.05% from 255) = 63.04%
R=20.65%
G=16.30%
B=63.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1915580.670.7400.77245.5858.914.31
Hex13F3A434A04Df63be
Octal23177210311201153667316
Binary1001111111110101000011100101001001101111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130F3A; }

 p { color: rgb(19,15,58); }

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

<style>
 a { background-color: #130F3A; }

 a { background-color: rgb(19,15,58); }

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

<style>
 span { border-color: #130F3A; }

 span { border-color: rgb(19,15,58); }

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