Html Css Color HEX #132E53 Regal Blue

📋 copy color: '#132E53'

red 19 ◦ green 46 ◦ blue 83

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

Shades of Regal Blue #132E53

Tints of Regal Blue #132E53

RGB

 RED value IS 19 (7.81% from 255) = 12.84%

 GREEN value IS 46 (18.36% from 255) = 31.08%

 BLUE value IS 83 (32.81% from 255) = 56.08%

R = 12.84%
G = 31.08%
B = 56.08%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132E53 (or 0x132E53) is known color: Regal Blue. HEX triplet: 13, 2E and 53. RGB value is (19,46,83). Sum of RGB (Red+Green+Blue) = 19+46+83=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #132E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E53 is #ECD1AC. Grayscale: #292929. Windows color (decimal): -15520173 or 5451283. OLE color: 5451283.

HSL color Cylindrical-coordinate representation of color #132E53: hue angle of 214.69º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132E53 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 46 83 -
CMYK 0.77 0.45 0 0.67
HSL 214.69º 0.63% 0.2% -
HSV(B) 214.69º 0.77% 0.33% -
XYZ 2.81 2.72 8.56 -
YUV 42.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 19 46 83 0.77 0.45 0 0.67 214.69 0.63 0.2
Hex 13 2E 53 4D 2D 0 43 D7 3F 14
Octal 23 56 123 115 55 0 103 327 77 24
Binary 10011 101110 1010011 1001101 101101 0 1000011 11010111 111111 10100

Color Harmonies of #132E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E53

Black with #132E53

Text Example


Text Example

White with #132E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #132E53;
 }
 .AnyTagClassName
 {
   color: #132E53;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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