Html Css Color HEX #132979 Sapphire

📋 copy color: '#132979'

red 19 ◦ green 41 ◦ blue 121

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

Shades of Sapphire #132979

Tints of Sapphire #132979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 66.85%

R = 10.5%
G = 22.65%
B = 66.85%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#132979 (or 0x132979) is known color: Sapphire. HEX triplet: 13, 29 and 79. RGB value is (19,41,121). Sum of RGB (Red+Green+Blue) = 19+41+121=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 121 (47.66% from 255 or 66.85% from 181); Max value from RGB is 121 - color contains mainly: blue. Hex color #132979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132979 is #ECD686. Grayscale: #2B2B2B. Windows color (decimal): -15521415 or 7940371. OLE color: 7940371.

HSL color Cylindrical-coordinate representation of color #132979: hue angle of 227.06º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132979 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 41 121 -
CMYK 0.84 0.66 0 0.53
HSL 227.06º 0.73% 0.27% -
HSV(B) 227.06º 0.84% 0.47% -
XYZ 4.51 3.1 18.45 -
YUV 43.54 171.71 110.5 -
System Red Green Blue C M Y K H S L
Decimal 19 41 121 0.84 0.66 0 0.53 227.06 0.73 0.27
Hex 13 29 79 54 42 0 35 E3 49 1B
Octal 23 51 171 124 102 0 65 343 111 33
Binary 10011 101001 1111001 1010100 1000010 0 110101 11100011 1001001 11011

Color Harmonies of #132979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132979

Black with #132979

Text Example


Text Example

White with #132979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132979; }

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

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

background-color css

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

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

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

border-color css

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

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

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