#132968

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

Shades of Sapphire #132968

Tints of Sapphire #132968

Color information

#132968 (or 0x132968) is unknown color: approx Sapphire. HEX triplet: 13, 29 and 68. RGB value is (19,41,104). Sum of RGB (Red+Green+Blue) = 19+41+104=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #132968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132968 is #ECD697. Grayscale: #292929. Windows color (decimal): -15521432 or 6826259. OLE color: 6826259.

HSL color Cylindrical-coordinate representation of color #132968: hue angle of 224.47º 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 #132968 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1941104-
CMYK0.820.6100.59
HSL224.47º69.11%24.12%-
HSV(B)224.47º81.73%40.78%-
XYZ3.562.7213.43-
YUV41.6163.21111.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 63.41%
R=11.59%
G=25%
B=63.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19411040.820.6100.59224.4769.1124.12
Hex132968523D03Be04518
Octal23511501227507334010530
Binary1001110100111010001010010111101011101111100000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132968; }

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

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

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

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

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

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

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

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