#132B69

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

Shades of Sapphire #132B69

Tints of Sapphire #132B69

Color information

#132B69 (or 0x132B69) is unknown color: approx Sapphire. HEX triplet: 13, 2B and 69. RGB value is (19,43,105). Sum of RGB (Red+Green+Blue) = 19+43+105=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 105 (41.41% from 255 or 62.87% from 167); Max value from RGB is 105 - color contains mainly: blue. Hex color #132B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B69 is #ECD496. Grayscale: #2A2A2A. Windows color (decimal): -15520919 or 6892307. OLE color: 6892307.

HSL color Cylindrical-coordinate representation of color #132B69: hue angle of 223.26º 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 #132B69 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1943105-
CMYK0.820.5900.59
HSL223.26º69.35%24.31%-
HSV(B)223.26º81.9%41.18%-
XYZ3.682.8913.73-
YUV42.89163.05110.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 43 (17.19% from 255) = 25.75%
BLUE value IS 105 (41.41% from 255) = 62.87%
R=11.38%
G=25.75%
B=62.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19431050.820.5900.59223.2669.3524.31
Hex132B69523B03Bdf4518
Octal23531511227307333710530
Binary1001110101111010011010010111011011101111011111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132B69; }

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

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

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

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

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

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

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

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