#132851

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

Shades of Sapphire #132851

Tints of Sapphire #132851

Color information

#132851 (or 0x132851) is unknown color: approx Sapphire. HEX triplet: 13, 28 and 51. RGB value is (19,40,81). Sum of RGB (Red+Green+Blue) = 19+40+81=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #132851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132851 is #ECD7AE. Grayscale: #262626. Windows color (decimal): -15521711 or 5318675. OLE color: 5318675.

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

Color convert

RGB194081-
CMYK0.770.5100.68
HSL219.68º62%19.61%-
HSV(B)219.68º76.54%31.76%-
XYZ2.512.258.09-
YUV38.39152.04114.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 40 (16.02% from 255) = 28.57%
BLUE value IS 81 (32.03% from 255) = 57.86%
R=13.57%
G=28.57%
B=57.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1940810.770.5100.68219.686219.61
Hex1328514D33044dc3e14
Octal23501211156301043347624
Binary1001110100010100011001101110011010001001101110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132851; }

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

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

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

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

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

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

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

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