#132454

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

Shades of Sapphire #132454

Tints of Sapphire #132454

Color information

#132454 (or 0x132454) is unknown color: approx Sapphire. HEX triplet: 13, 24 and 54. RGB value is (19,36,84). Sum of RGB (Red+Green+Blue) = 19+36+84=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #132454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132454 is #ECDBAB. Grayscale: #242424. Windows color (decimal): -15522732 or 5514259. OLE color: 5514259.

HSL color Cylindrical-coordinate representation of color #132454: hue angle of 224.31º 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 #132454 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB193684-
CMYK0.770.5700.67
HSL224.31º63.11%20.2%-
HSV(B)224.31º77.38%32.94%-
XYZ2.52.048.65-
YUV36.39154.87115.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 84 (33.20% from 255) = 60.43%
R=13.67%
G=25.90%
B=60.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1936840.770.5700.67224.3163.1120.2
Hex1324544D39043e03f14
Octal23441241157101033407724
Binary1001110010010101001001101111001010000111110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132454; }

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

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

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

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

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

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

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

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