#132F69

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

Shades of Sapphire #132F69

Tints of Sapphire #132F69

Color information

#132F69 (or 0x132F69) is unknown color: approx Sapphire. HEX triplet: 13, 2F and 69. RGB value is (19,47,105). Sum of RGB (Red+Green+Blue) = 19+47+105=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #132F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F69 is #ECD096. Grayscale: #2C2C2C. Windows color (decimal): -15519895 or 6893331. OLE color: 6893331.

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

Color convert

RGB1947105-
CMYK0.820.5500.59
HSL220.47º69.35%24.31%-
HSV(B)220.47º81.9%41.18%-
XYZ3.833.1913.78-
YUV45.24161.72109.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 105 (41.41% from 255) = 61.40%
R=11.11%
G=27.49%
B=61.40%

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
Decimal19471050.820.5500.59220.4769.3524.31
Hex132F69523703Bdc4518
Octal23571511226707333410530
Binary1001110111111010011010010110111011101111011100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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