Html Css Color HEX #132F52 Regal Blue

📋 copy color: '#132F52'

red 19 ◦ green 47 ◦ blue 82

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

Shades of Regal Blue #132F52

Tints of Regal Blue #132F52

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

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

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

RGB 19 47 82 -
CMYK 0.77 0.43 0 0.68
HSL 213.33º 0.62% 0.2% -
HSV(B) 213.33º 0.77% 0.32% -
XYZ 2.81 2.78 8.37 -
YUV 42.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 19 47 82 0.77 0.43 0 0.68 213.33 0.62 0.2
Hex 13 2F 52 4D 2B 0 44 D5 3E 14
Octal 23 57 122 115 53 0 104 325 76 24
Binary 10011 101111 1010010 1001101 101011 0 1000100 11010101 111110 10100

Color Harmonies of #132F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F52

Black with #132F52

Text Example


Text Example

White with #132F52

Text Example


Text Example

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