#132e66

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

Shades of Sapphire #132E66

Tints of Sapphire #132E66

Color information

#132E66 (or 0x132E66) is unknown color: approx Sapphire. HEX triplet: 13, 2E and 66. RGB value is (19,46,102). Sum of RGB (Red+Green+Blue) = 19+46+102=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #132E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E66 is #ECD199. Grayscale: #2C2C2C. Windows color (decimal): -15520154 or 6696467. OLE color: 6696467.

HSL color Cylindrical-coordinate representation of color #132E66: hue angle of 220.48º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132E66 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1946102-
CMYK0.810.5500.6
HSL220.48º68.6%23.73%-
HSV(B)220.48º81.37%40%-
XYZ3.643.0512.97-
YUV44.31160.55109.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 46 (18.36% from 255) = 27.54%
BLUE value IS 102 (40.23% from 255) = 61.08%
R=11.38%
G=27.54%
B=61.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19461020.810.5500.6220.4868.623.73
Hex132E66513703Cdc4518
Octal23561461216707433410530
Binary1001110111011001101010001110111011110011011100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132e66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,46,102); }

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

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

 a { background-color: rgb(19,46,102); }

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

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

 span { border-color: rgb(19,46,102); }

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