#132F67

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

Shades of Sapphire #132F67

Tints of Sapphire #132F67

Color information

#132F67 (or 0x132F67) is unknown color: approx Sapphire. HEX triplet: 13, 2F and 67. RGB value is (19,47,103). Sum of RGB (Red+Green+Blue) = 19+47+103=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #132F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F67 is #ECD098. Grayscale: #2C2C2C. Windows color (decimal): -15519897 or 6762259. OLE color: 6762259.

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

Color convert

RGB1947103-
CMYK0.820.5400.60
HSL220º68.85%23.92%-
HSV(B)220º81.55%40.39%-
XYZ3.733.1513.24-
YUV45.01160.72109.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 47 (18.75% from 255) = 27.81%
BLUE value IS 103 (40.62% from 255) = 60.95%
R=11.24%
G=27.81%
B=60.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19471030.820.5400.6022068.8523.92
Hex132F67523603Cdc4518
Octal23571471226607433410530
Binary1001110111111001111010010110110011110011011100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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