#132554

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

Shades of Sapphire #132554

Tints of Sapphire #132554

Color information

#132554 (or 0x132554) is unknown color: approx Sapphire. HEX triplet: 13, 25 and 54. RGB value is (19,37,84). Sum of RGB (Red+Green+Blue) = 19+37+84=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #132554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132554 is #ECDAAB. Grayscale: #242424. Windows color (decimal): -15522476 or 5514515. OLE color: 5514515.

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

Color convert

RGB193784-
CMYK0.770.5600.67
HSL223.38º63.11%20.2%-
HSV(B)223.38º77.38%32.94%-
XYZ2.532.18.66-
YUV36.98154.54115.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 37 (14.84% from 255) = 26.43%
BLUE value IS 84 (33.20% from 255) = 60%
R=13.57%
G=26.43%
B=60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1937840.770.5600.67223.3863.1120.2
Hex1325544D38043df3f14
Octal23451241157001033377724
Binary1001110010110101001001101111000010000111101111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132554; }

 p { color: rgb(19,37,84); }

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

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

 a { background-color: rgb(19,37,84); }

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

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

 span { border-color: rgb(19,37,84); }

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