#132068

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

Shades of Sapphire #132068

Tints of Sapphire #132068

Color information

#132068 (or 0x132068) is unknown color: approx Sapphire. HEX triplet: 13, 20 and 68. RGB value is (19,32,104). Sum of RGB (Red+Green+Blue) = 19+32+104=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #132068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132068 is #ECDF97. Grayscale: #242424. Windows color (decimal): -15523736 or 6823955. OLE color: 6823955.

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

Color convert

RGB1932104-
CMYK0.820.6900.59
HSL230.82º69.11%24.12%-
HSV(B)230.82º81.73%40.78%-
XYZ3.282.1713.34-
YUV36.32166.19115.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 104 (41.02% from 255) = 67.10%
R=12.26%
G=20.65%
B=67.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19321040.820.6900.59230.8269.1124.12
Hex132068524503Be74518
Octal234015012210507334710530
Binary10011100000110100010100101000101011101111100111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132068; }

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

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

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

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

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

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

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

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