#132658

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

Shades of Sapphire #132658

Tints of Sapphire #132658

Color information

#132658 (or 0x132658) is unknown color: approx Sapphire. HEX triplet: 13, 26 and 58. RGB value is (19,38,88). Sum of RGB (Red+Green+Blue) = 19+38+88=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #132658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132658 is #ECD9A7. Grayscale: #252525. Windows color (decimal): -15522216 or 5776915. OLE color: 5776915.

HSL color Cylindrical-coordinate representation of color #132658: hue angle of 223.48º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132658 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB193888-
CMYK0.780.5700.65
HSL223.48º64.49%20.98%-
HSV(B)223.48º78.41%34.51%-
XYZ2.722.239.52-
YUV38.02156.21114.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 88 (34.77% from 255) = 60.69%
R=13.10%
G=26.21%
B=60.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1938880.780.5700.65223.4864.4920.98
Hex1326584E39041df4015
Octal234613011671010133710025
Binary10011100110101100010011101110010100000111011111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132658; }

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

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

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

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

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

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

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

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