Html Css Color HEX #132F54 Regal Blue

📋 copy color: '#132F54'

red 19 ◦ green 47 ◦ blue 84

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

Shades of Regal Blue #132F54

Tints of Regal Blue #132F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.33%

 BLUE value IS 84 (33.2% from 255) = 56%

R = 12.67%
G = 31.33%
B = 56%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132F54 (or 0x132F54) is known color: Regal Blue. HEX triplet: 13, 2F and 54. RGB value is (19,47,84). Sum of RGB (Red+Green+Blue) = 19+47+84=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #132F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F54 is #ECD0AB. Grayscale: #2A2A2A. Windows color (decimal): -15519916 or 5517075. OLE color: 5517075.

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

Color convert

RGB 19 47 84 -
CMYK 0.77 0.44 0 0.67
HSL 214.15º 0.63% 0.2% -
HSV(B) 214.15º 0.77% 0.33% -
XYZ 2.89 2.81 8.78 -
YUV 42.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 19 47 84 0.77 0.44 0 0.67 214.15 0.63 0.2
Hex 13 2F 54 4D 2C 0 43 D6 3F 14
Octal 23 57 124 115 54 0 103 326 77 24
Binary 10011 101111 1010100 1001101 101100 0 1000011 11010110 111111 10100

Color Harmonies of #132F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F54

Black with #132F54

Text Example


Text Example

White with #132F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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