Html Css Color HEX #132A54 Sapphire

📋 copy color: '#132A54'

red 19 ◦ green 42 ◦ blue 84

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

Shades of Sapphire #132A54

Tints of Sapphire #132A54

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.97%

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

R = 13.1%
G = 28.97%
B = 57.93%

CMYK

 C value IS 0.77

 M value IS 0.5

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132A54 (or 0x132A54) is known color: Sapphire. HEX triplet: 13, 2A and 54. RGB value is (19,42,84). Sum of RGB (Red+Green+Blue) = 19+42+84=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 84 (33.20% from 255 or 57.93% from 145); Max value from RGB is 84 - color contains mainly: blue. Hex color #132A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A54 is #ECD5AB. Grayscale: #272727. Windows color (decimal): -15521196 or 5515795. OLE color: 5515795.

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

Color convert

RGB 19 42 84 -
CMYK 0.77 0.5 0 0.67
HSL 218.77º 0.63% 0.2% -
HSV(B) 218.77º 0.77% 0.33% -
XYZ 2.7 2.43 8.72 -
YUV 39.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 19 42 84 0.77 0.5 0 0.67 218.77 0.63 0.2
Hex 13 2A 54 4D 32 0 43 DB 3F 14
Octal 23 52 124 115 62 0 103 333 77 24
Binary 10011 101010 1010100 1001101 110010 0 1000011 11011011 111111 10100

Color Harmonies of #132A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A54

Black with #132A54

Text Example


Text Example

White with #132A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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