#132451

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

Shades of Sapphire #132451

Tints of Sapphire #132451

Color information

#132451 (or 0x132451) is unknown color: approx Sapphire. HEX triplet: 13, 24 and 51. RGB value is (19,36,81). Sum of RGB (Red+Green+Blue) = 19+36+81=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #132451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132451 is #ECDBAE. Grayscale: #232323. Windows color (decimal): -15522735 or 5317651. OLE color: 5317651.

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

Color convert

RGB193681-
CMYK0.770.5600.68
HSL223.55º62%19.61%-
HSV(B)223.55º76.54%31.76%-
XYZ2.381.998.04-
YUV36.05153.37115.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 81 (32.03% from 255) = 59.56%
R=13.97%
G=26.47%
B=59.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1936810.770.5600.68223.556219.61
Hex1324514D38044e03e14
Octal23441211157001043407624
Binary1001110010010100011001101111000010001001110000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132451; }

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

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

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

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

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

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

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

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