#132868

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

Shades of Sapphire #132868

Tints of Sapphire #132868

Color information

#132868 (or 0x132868) is unknown color: approx Sapphire. HEX triplet: 13, 28 and 68. RGB value is (19,40,104). Sum of RGB (Red+Green+Blue) = 19+40+104=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #132868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132868 is #ECD797. Grayscale: #282828. Windows color (decimal): -15521688 or 6826003. OLE color: 6826003.

HSL color Cylindrical-coordinate representation of color #132868: hue angle of 225.18º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #132868 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1940104-
CMYK0.820.6200.59
HSL225.18º69.11%24.12%-
HSV(B)225.18º81.73%40.78%-
XYZ3.532.6613.42-
YUV41.02163.54112.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 104 (41.02% from 255) = 63.80%
R=11.66%
G=24.54%
B=63.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19401040.820.6200.59225.1869.1124.12
Hex132868523E03Be14518
Octal23501501227607334110530
Binary1001110100011010001010010111110011101111100001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132868; }

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

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

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

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

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

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

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

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