Html Css Color HEX #132060 Sapphire

📋 copy color: '#132060'

red 19 ◦ green 32 ◦ blue 96

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

Shades of Sapphire #132060

Tints of Sapphire #132060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.77%

 BLUE value IS 96 (37.89% from 255) = 65.31%

R = 12.93%
G = 21.77%
B = 65.31%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132060 (or 0x132060) is known color: Sapphire. HEX triplet: 13, 20 and 60. RGB value is (19,32,96). Sum of RGB (Red+Green+Blue) = 19+32+96=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #132060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132060 is #ECDF9F. Grayscale: #232323. Windows color (decimal): -15523744 or 6299667. OLE color: 6299667.

HSL color Cylindrical-coordinate representation of color #132060: hue angle of 229.87º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132060 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 32 96 -
CMYK 0.80 0.67 0 0.62
HSL 229.87º 0.67% 0.23% -
HSV(B) 229.87º 0.8% 0.38% -
XYZ 2.9 2.02 11.3 -
YUV 35.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 19 32 96 0.80 0.67 0 0.62 229.87 0.67 0.23
Hex 13 20 60 50 43 0 3E E6 43 17
Octal 23 40 140 120 103 0 76 346 103 27
Binary 10011 100000 1100000 1010000 1000011 0 111110 11100110 1000011 10111

Color Harmonies of #132060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132060

Black with #132060

Text Example


Text Example

White with #132060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132060; }

 p { color: rgb(19,32,96); }

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

background-color css

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

 a { background-color: rgb(19,32,96); }

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

border-color css

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

 span { border-color: rgb(19,32,96); }

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