#132162

Color #132162 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #132162

Tints of Sapphire #132162

Color information

#132162 (or 0x132162) is unknown color: approx Sapphire. HEX triplet: 13, 21 and 62. RGB value is (19,33,98). Sum of RGB (Red+Green+Blue) = 19+33+98=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #132162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132162 is #ECDE9D. Grayscale: #232323. Windows color (decimal): -15523486 or 6430995. OLE color: 6430995.

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

Color convert

RGB193398-
CMYK0.810.6600.62
HSL229.37º67.52%22.94%-
HSV(B)229.37º80.61%38.43%-
XYZ3.022.1111.8-
YUV36.22162.86115.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 33 (13.28% from 255) = 22%
BLUE value IS 98 (38.67% from 255) = 65.33%
R=12.67%
G=22%
B=65.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1933980.810.6600.62229.3767.5222.94
Hex132162514203Ee54417
Octal234114212110207634510427
Binary10011100001110001010100011000010011111011100101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132162; }

 p { color: rgb(19,33,98); }

 H1.HeaderClassName
 {
   color: #132162;
 }
 .AnyTagClassName
 {
   color: #132162;
 }
</style>
background-color css

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

 a { background-color: rgb(19,33,98); }

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

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

 span { border-color: rgb(19,33,98); }

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