#13253F

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

Shades of Midnight #13253F

Tints of Midnight #13253F

Color information

#13253F (or 0x13253F) is unknown color: approx Midnight. HEX triplet: 13, 25 and 3F. RGB value is (19,37,63). Sum of RGB (Red+Green+Blue) = 19+37+63=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #13253F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13253F is #ECDAC0. Grayscale: #222222. Windows color (decimal): -15522497 or 4138259. OLE color: 4138259.

HSL color Cylindrical-coordinate representation of color #13253F: hue angle of 215.45º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13253F is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB193763-
CMYK0.700.4100.75
HSL215.45º53.66%16.08%-
HSV(B)215.45º69.84%24.71%-
XYZ1.831.824.96-
YUV34.58144.04116.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 37 (14.84% from 255) = 31.09%
BLUE value IS 63 (25% from 255) = 52.94%
R=15.97%
G=31.09%
B=52.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1937630.700.4100.75215.4553.6616.08
Hex13253F462904Bd73610
Octal2345771065101133276620
Binary100111001011111111000110101001010010111101011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13253F; }

 p { color: rgb(19,37,63); }

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

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

 a { background-color: rgb(19,37,63); }

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

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

 span { border-color: rgb(19,37,63); }

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