#132055

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

Shades of Sapphire #132055

Tints of Sapphire #132055

Color information

#132055 (or 0x132055) is unknown color: approx Sapphire. HEX triplet: 13, 20 and 55. RGB value is (19,32,85). Sum of RGB (Red+Green+Blue) = 19+32+85=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #132055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132055 is #ECDFAA. Grayscale: #212121. Windows color (decimal): -15523755 or 5578771. OLE color: 5578771.

HSL color Cylindrical-coordinate representation of color #132055: hue angle of 228.18º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132055 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB193285-
CMYK0.780.6200.67
HSL228.18º63.46%20.39%-
HSV(B)228.18º77.65%33.33%-
XYZ2.421.838.82-
YUV34.16156.69117.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 85 (33.59% from 255) = 62.5%
R=13.97%
G=23.53%
B=62.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1932850.780.6200.67228.1863.4620.39
Hex1320554E3E043e43f14
Octal23401251167601033447724
Binary1001110000010101011001110111110010000111110010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132055; }

 p { color: rgb(19,32,85); }

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

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

 a { background-color: rgb(19,32,85); }

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

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

 span { border-color: rgb(19,32,85); }

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