#132843

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

Shades of Midnight #132843

Tints of Midnight #132843

Color information

#132843 (or 0x132843) is unknown color: approx Midnight. HEX triplet: 13, 28 and 43. RGB value is (19,40,67). Sum of RGB (Red+Green+Blue) = 19+40+67=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #132843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132843 is #ECD7BC. Grayscale: #242424. Windows color (decimal): -15521725 or 4401171. OLE color: 4401171.

HSL color Cylindrical-coordinate representation of color #132843: hue angle of 213.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #132843 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB194067-
CMYK0.720.4000.74
HSL213.75º55.81%16.86%-
HSV(B)213.75º71.64%26.27%-
XYZ2.042.065.6-
YUV36.8145.04115.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 40 (16.02% from 255) = 31.75%
BLUE value IS 67 (26.56% from 255) = 53.17%
R=15.08%
G=31.75%
B=53.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1940670.720.4000.74213.7555.8116.86
Hex132843482804Ad63811
Octal23501031105001123267021
Binary1001110100010000111001000101000010010101101011011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132843; }

 p { color: rgb(19,40,67); }

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

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

 a { background-color: rgb(19,40,67); }

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

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

 span { border-color: rgb(19,40,67); }

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