#13294C

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

Shades of Midnight #13294C

Tints of Midnight #13294C

Color information

#13294C (or 0x13294C) is unknown color: approx Midnight. HEX triplet: 13, 29 and 4C. RGB value is (19,41,76). Sum of RGB (Red+Green+Blue) = 19+41+76=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #13294C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13294C is #ECD6B3. Grayscale: #262626. Windows color (decimal): -15521460 or 4991251. OLE color: 4991251.

HSL color Cylindrical-coordinate representation of color #13294C: hue angle of 216.84º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13294C is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB194176-
CMYK0.750.4600.70
HSL216.84º60%18.63%-
HSV(B)216.84º75%29.8%-
XYZ2.372.257.15-
YUV38.41149.21114.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 41 (16.41% from 255) = 30.15%
BLUE value IS 76 (30.08% from 255) = 55.88%
R=13.97%
G=30.15%
B=55.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1941760.750.4600.70216.846018.63
Hex13294C4B2E046d93c13
Octal23511141135601063317423
Binary1001110100110011001001011101110010001101101100111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13294C; }

 p { color: rgb(19,41,76); }

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

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

 a { background-color: rgb(19,41,76); }

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

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

 span { border-color: rgb(19,41,76); }

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