#132258

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

Shades of Sapphire #132258

Tints of Sapphire #132258

Color information

#132258 (or 0x132258) is unknown color: approx Sapphire. HEX triplet: 13, 22 and 58. RGB value is (19,34,88). Sum of RGB (Red+Green+Blue) = 19+34+88=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #132258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132258 is #ECDDA7. Grayscale: #232323. Windows color (decimal): -15523240 or 5775891. OLE color: 5775891.

HSL color Cylindrical-coordinate representation of color #132258: hue angle of 226.96º 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 #132258 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB193488-
CMYK0.780.6100.65
HSL226.96º64.49%20.98%-
HSV(B)226.96º78.41%34.51%-
XYZ2.61.999.48-
YUV35.67157.53116.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 88 (34.77% from 255) = 62.41%
R=13.48%
G=24.11%
B=62.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1934880.780.6100.65226.9664.4920.98
Hex1322584E3D041e34015
Octal234213011675010134310025
Binary10011100010101100010011101111010100000111100011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132258; }

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

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

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

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

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

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

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

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