#132453

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

Shades of Sapphire #132453

Tints of Sapphire #132453

Color information

#132453 (or 0x132453) is unknown color: approx Sapphire. HEX triplet: 13, 24 and 53. RGB value is (19,36,83). Sum of RGB (Red+Green+Blue) = 19+36+83=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #132453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132453 is #ECDBAC. Grayscale: #242424. Windows color (decimal): -15522733 or 5448723. OLE color: 5448723.

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

Color convert

RGB193683-
CMYK0.770.5700.67
HSL224.06º62.75%20%-
HSV(B)224.06º77.11%32.55%-
XYZ2.462.028.44-
YUV36.28154.37115.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 83 (32.81% from 255) = 60.14%
R=13.77%
G=26.09%
B=60.14%

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
Decimal1936830.770.5700.67224.0662.7520
Hex1324534D39043e03f14
Octal23441231157101033407724
Binary1001110010010100111001101111001010000111110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132453; }

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

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

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

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

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

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

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

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