#132F5C

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

Shades of Sapphire #132F5C

Tints of Sapphire #132F5C

Color information

#132F5C (or 0x132F5C) is unknown color: approx Sapphire. HEX triplet: 13, 2F and 5C. RGB value is (19,47,92). Sum of RGB (Red+Green+Blue) = 19+47+92=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #132F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F5C is #ECD0A3. Grayscale: #2B2B2B. Windows color (decimal): -15519908 or 6041363. OLE color: 6041363.

HSL color Cylindrical-coordinate representation of color #132F5C: hue angle of 216.99º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #132F5C is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB194792-
CMYK0.790.4900.64
HSL216.99º65.77%21.76%-
HSV(B)216.99º79.35%36.08%-
XYZ3.222.9410.52-
YUV43.76155.22110.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 92 (36.33% from 255) = 58.23%
R=12.03%
G=29.75%
B=58.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1947920.790.4900.64216.9965.7721.76
Hex132F5C4F31040d94216
Octal235713411761010033110226
Binary10011101111101110010011111100010100000011011001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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