#132F52

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

Shades of Regal Blue #132F52

Tints of Regal Blue #132F52

Color information

#132F52 (or 0x132F52) is unknown color: approx Regal Blue. HEX triplet: 13, 2F and 52. RGB value is (19,47,82). Sum of RGB (Red+Green+Blue) = 19+47+82=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #132F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F52 is #ECD0AD. Grayscale: #2A2A2A. Windows color (decimal): -15519918 or 5386003. OLE color: 5386003.

HSL color Cylindrical-coordinate representation of color #132F52: hue angle of 213.33º 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 #132F52 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB194782-
CMYK0.770.4300.68
HSL213.33º62.38%19.8%-
HSV(B)213.33º76.83%32.16%-
XYZ2.812.788.37-
YUV42.62150.22111.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 47 (18.75% from 255) = 31.76%
BLUE value IS 82 (32.42% from 255) = 55.41%
R=12.84%
G=31.76%
B=55.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1947820.770.4300.68213.3362.3819.8
Hex132F524D2B044d53e14
Octal23571221155301043257624
Binary1001110111110100101001101101011010001001101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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