Html Css Color HEX #132980 Sapphire

📋 copy color: '#132980'

red 19 ◦ green 41 ◦ blue 128

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

Shades of Sapphire #132980

Tints of Sapphire #132980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

 BLUE value IS 128 (50.39% from 255) = 68.09%

R = 10.11%
G = 21.81%
B = 68.09%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#132980 (or 0x132980) is known color: Sapphire. HEX triplet: 13, 29 and 80. RGB value is (19,41,128). Sum of RGB (Red+Green+Blue) = 19+41+128=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 128 (50.39% from 255 or 68.09% from 188); Max value from RGB is 128 - color contains mainly: blue. Hex color #132980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132980 is #ECD67F. Grayscale: #2B2B2B. Windows color (decimal): -15521408 or 8399123. OLE color: 8399123.

HSL color Cylindrical-coordinate representation of color #132980: hue angle of 227.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #132980 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 41 128 -
CMYK 0.85 0.68 0 0.50
HSL 227.89º 0.74% 0.29% -
HSV(B) 227.89º 0.85% 0.5% -
XYZ 4.96 3.28 20.79 -
YUV 44.34 175.21 109.93 -
System Red Green Blue C M Y K H S L
Decimal 19 41 128 0.85 0.68 0 0.50 227.89 0.74 0.29
Hex 13 29 80 55 44 0 32 E4 4A 1D
Octal 23 51 200 125 104 0 62 344 112 35
Binary 10011 101001 10000000 1010101 1000100 0 110010 11100100 1001010 11101

Color Harmonies of #132980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132980

Black with #132980

Text Example


Text Example

White with #132980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132980; }

 p { color: rgb(19,41,128); }

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

background-color css

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

 a { background-color: rgb(19,41,128); }

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

border-color css

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

 span { border-color: rgb(19,41,128); }

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