#132F77

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

Shades of Sapphire #132F77

Tints of Sapphire #132F77

Color information

#132F77 (or 0x132F77) is unknown color: approx Sapphire. HEX triplet: 13, 2F and 77. RGB value is (19,47,119). Sum of RGB (Red+Green+Blue) = 19+47+119=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #132F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F77 is #ECD088. Grayscale: #2E2E2E. Windows color (decimal): -15519881 or 7810835. OLE color: 7810835.

HSL color Cylindrical-coordinate representation of color #132F77: hue angle of 223.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132F77 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1947119-
CMYK0.840.6100.53
HSL223.2º72.46%27.06%-
HSV(B)223.2º84.03%46.67%-
XYZ4.613.517.89-
YUV46.84168.72108.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 47 (18.75% from 255) = 25.41%
BLUE value IS 119 (46.88% from 255) = 64.32%
R=10.27%
G=25.41%
B=64.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19471190.840.6100.53223.272.4627.06
Hex132F77543D035df481b
Octal23571671247506533711033
Binary1001110111111101111010100111101011010111011111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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