#132651

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

Shades of Sapphire #132651

Tints of Sapphire #132651

Color information

#132651 (or 0x132651) is unknown color: approx Sapphire. HEX triplet: 13, 26 and 51. RGB value is (19,38,81). Sum of RGB (Red+Green+Blue) = 19+38+81=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #132651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132651 is #ECD9AE. Grayscale: #252525. Windows color (decimal): -15522223 or 5318163. OLE color: 5318163.

HSL color Cylindrical-coordinate representation of color #132651: hue angle of 221.61º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132651 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB193881-
CMYK0.770.5300.68
HSL221.61º62%19.61%-
HSV(B)221.61º76.54%31.76%-
XYZ2.452.128.06-
YUV37.22152.71115-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 81 (32.03% from 255) = 58.70%
R=13.77%
G=27.54%
B=58.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1938810.770.5300.68221.616219.61
Hex1326514D35044de3e14
Octal23461211156501043367624
Binary1001110011010100011001101110101010001001101111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132651; }

 p { color: rgb(19,38,81); }

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

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

 a { background-color: rgb(19,38,81); }

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

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

 span { border-color: rgb(19,38,81); }

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