#132F5B

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

Shades of Sapphire #132F5B

Tints of Sapphire #132F5B

Color information

#132F5B (or 0x132F5B) is unknown color: approx Sapphire. HEX triplet: 13, 2F and 5B. RGB value is (19,47,91). Sum of RGB (Red+Green+Blue) = 19+47+91=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #132F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F5B is #ECD0A4. Grayscale: #2B2B2B. Windows color (decimal): -15519909 or 5975827. OLE color: 5975827.

HSL color Cylindrical-coordinate representation of color #132F5B: hue angle of 216.67º degrees, saturation: 0.65, 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 #132F5B is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB194791-
CMYK0.790.4800.64
HSL216.67º65.45%21.57%-
HSV(B)216.67º79.12%35.69%-
XYZ3.172.9310.3-
YUV43.64154.72110.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 91 (35.94% from 255) = 57.96%
R=12.10%
G=29.94%
B=57.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1947910.790.4800.64216.6765.4521.57
Hex132F5B4F30040d94116
Octal235713311760010033110126
Binary10011101111101101110011111100000100000011011001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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