#132169

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

Shades of Sapphire #132169

Tints of Sapphire #132169

Color information

#132169 (or 0x132169) is unknown color: approx Sapphire. HEX triplet: 13, 21 and 69. RGB value is (19,33,105). Sum of RGB (Red+Green+Blue) = 19+33+105=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #132169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132169 is #ECDE96. Grayscale: #242424. Windows color (decimal): -15523479 or 6889747. OLE color: 6889747.

HSL color Cylindrical-coordinate representation of color #132169: hue angle of 230.23º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #132169 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1933105-
CMYK0.820.6900.59
HSL230.23º69.35%24.31%-
HSV(B)230.23º81.9%41.18%-
XYZ3.362.2513.62-
YUV37.02166.36115.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 105 (41.41% from 255) = 66.88%
R=12.10%
G=21.02%
B=66.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19331050.820.6900.59230.2369.3524.31
Hex132169524503Be64518
Octal234115112210507334610530
Binary10011100001110100110100101000101011101111100110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132169; }

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

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

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

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

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

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

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

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