Html Css Color HEX #132E52 Regal Blue

📋 copy color: '#132E52'

red 19 ◦ green 46 ◦ blue 82

#132E52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #132E52

Tints of Regal Blue #132E52

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 value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#132E52 (or 0x132E52) is known color: 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

RGB 19 46 82 -
CMYK 0.77 0.44 0 0.68
HSL 214.29º 0.62% 0.2% -
HSV(B) 214.29º 0.77% 0.32% -
XYZ 2.77 2.7 8.36 -
YUV 42.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 19 46 82 0.77 0.44 0 0.68 214.29 0.62 0.2
Hex 13 2E 52 4D 2C 0 44 D6 3E 14
Octal 23 56 122 115 54 0 104 326 76 24
Binary 10011 101110 1010010 1001101 101100 0 1000100 11010110 111110 10100

Color Harmonies of #132E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E52

Black with #132E52

Text Example


Text Example

White with #132E52

Text Example


Text Example

HTML Codes & Css Web 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>