#132748

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

Shades of Midnight #132748

Tints of Midnight #132748

Color information

#132748 (or 0x132748) is unknown color: approx Midnight. HEX triplet: 13, 27 and 48. RGB value is (19,39,72). Sum of RGB (Red+Green+Blue) = 19+39+72=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #132748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132748 is #ECD8B7. Grayscale: #242424. Windows color (decimal): -15521976 or 4728595. OLE color: 4728595.

HSL color Cylindrical-coordinate representation of color #132748: hue angle of 217.36º 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 #132748 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB193972-
CMYK0.740.4600.72
HSL217.36º58.24%17.84%-
HSV(B)217.36º73.61%28.24%-
XYZ2.162.066.41-
YUV36.78147.87115.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 72 (28.52% from 255) = 55.38%
R=14.62%
G=30%
B=55.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1939720.740.4600.72217.3658.2417.84
Hex1327484A2E048d93a12
Octal23471101125601103317222
Binary1001110011110010001001010101110010010001101100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132748; }

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

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

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

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

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

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

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

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