#132F68

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

Shades of Sapphire #132F68

Tints of Sapphire #132F68

Color information

#132F68 (or 0x132F68) is unknown color: approx Sapphire. HEX triplet: 13, 2F and 68. RGB value is (19,47,104). Sum of RGB (Red+Green+Blue) = 19+47+104=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #132F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F68 is #ECD097. Grayscale: #2C2C2C. Windows color (decimal): -15519896 or 6827795. OLE color: 6827795.

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

Color convert

RGB1947104-
CMYK0.820.5500.59
HSL220.24º69.11%24.12%-
HSV(B)220.24º81.73%40.78%-
XYZ3.783.1713.51-
YUV45.13161.22109.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 47 (18.75% from 255) = 27.65%
BLUE value IS 104 (41.02% from 255) = 61.18%
R=11.18%
G=27.65%
B=61.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19471040.820.5500.59220.2469.1124.12
Hex132F68523703Bdc4518
Octal23571501226707333410530
Binary1001110111111010001010010110111011101111011100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,47,104); }

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

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

 a { background-color: rgb(19,47,104); }

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

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

 span { border-color: rgb(19,47,104); }

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