#132848

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

Shades of Midnight #132848

Tints of Midnight #132848

Color information

#132848 (or 0x132848) is unknown color: approx Midnight. HEX triplet: 13, 28 and 48. RGB value is (19,40,72). Sum of RGB (Red+Green+Blue) = 19+40+72=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #132848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132848 is #ECD7B7. Grayscale: #252525. Windows color (decimal): -15521720 or 4728851. OLE color: 4728851.

HSL color Cylindrical-coordinate representation of color #132848: hue angle of 216.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #132848 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB194072-
CMYK0.740.4400.72
HSL216.23º58.24%17.84%-
HSV(B)216.23º73.61%28.24%-
XYZ2.22.126.43-
YUV37.37147.54114.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=14.50%
G=30.53%
B=54.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1940720.740.4400.72216.2358.2417.84
Hex1328484A2C048d83a12
Octal23501101125401103307222
Binary1001110100010010001001010101100010010001101100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132848; }

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

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

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

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

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

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

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

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