#132E52

Color #132E52 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #132E52

Tints of Regal Blue #132E52

Color information

#132E52 (or 0x132E52) is unknown color: approx Regal Blue. HEX triplet: 13, 2E and 52. RGB value is (19,46,82). Sum of RGB (Red+Green+Blue) = 19+46+82=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #132E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E52 is #ECD1AD. Grayscale: #292929. Windows color (decimal): -15520174 or 5385747. OLE color: 5385747.

HSL color Cylindrical-coordinate representation of color #132E52: hue angle of 214.29º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132E52 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB194682-
CMYK0.770.4400.68
HSL214.29º62.38%19.8%-
HSV(B)214.29º76.83%32.16%-
XYZ2.772.78.36-
YUV42.03150.55111.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 82 (32.42% from 255) = 55.78%
R=12.93%
G=31.29%
B=55.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1946820.770.4400.68214.2962.3819.8
Hex132E524D2C044d63e14
Octal23561221155401043267624
Binary1001110111010100101001101101100010001001101011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132E52; }

 p { color: rgb(19,46,82); }

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

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

 a { background-color: rgb(19,46,82); }

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

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

 span { border-color: rgb(19,46,82); }

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