#132F6C

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

Shades of Sapphire #132F6C

Tints of Sapphire #132F6C

Color information

#132F6C (or 0x132F6C) is unknown color: approx Sapphire. HEX triplet: 13, 2F and 6C. RGB value is (19,47,108). Sum of RGB (Red+Green+Blue) = 19+47+108=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #132F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F6C is #ECD093. Grayscale: #2D2D2D. Windows color (decimal): -15519892 or 7089939. OLE color: 7089939.

HSL color Cylindrical-coordinate representation of color #132F6C: hue angle of 221.12º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #132F6C is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1947108-
CMYK0.820.5600.58
HSL221.12º70.08%24.9%-
HSV(B)221.12º82.41%42.35%-
XYZ3.993.2514.61-
YUV45.58163.22109.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 47 (18.75% from 255) = 27.01%
BLUE value IS 108 (42.58% from 255) = 62.07%
R=10.92%
G=27.01%
B=62.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19471080.820.5600.58221.1270.0824.9
Hex132F6C523803Add4619
Octal23571541227007233510631
Binary1001110111111011001010010111000011101011011101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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