#13243E

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

Shades of Midnight #13243E

Tints of Midnight #13243E

Color information

#13243E (or 0x13243E) is unknown color: approx Midnight. HEX triplet: 13, 24 and 3E. RGB value is (19,36,62). Sum of RGB (Red+Green+Blue) = 19+36+62=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 62 (24.61% from 255 or 52.99% from 117); Max value from RGB is 62 - color contains mainly: blue. Hex color #13243E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13243E is #ECDBC1. Grayscale: #212121. Windows color (decimal): -15522754 or 4072467. OLE color: 4072467.

HSL color Cylindrical-coordinate representation of color #13243E: hue angle of 216.28º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13243E is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB193662-
CMYK0.690.4200.76
HSL216.28º53.09%15.88%-
HSV(B)216.28º69.35%24.31%-
XYZ1.771.754.8-
YUV33.88143.87117.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 62 (24.61% from 255) = 52.99%
R=16.24%
G=30.77%
B=52.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1936620.690.4200.76216.2853.0915.88
Hex13243E452A04Cd83510
Octal2344761055201143306520
Binary100111001001111101000101101010010011001101100011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13243E; }

 p { color: rgb(19,36,62); }

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

<style>
 a { background-color: #13243E; }

 a { background-color: rgb(19,36,62); }

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

<style>
 span { border-color: #13243E; }

 span { border-color: rgb(19,36,62); }

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