#10326C

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

Shades of Sapphire #10326C

Tints of Sapphire #10326C

Color information

#10326C (or 0x10326C) is unknown color: approx Sapphire. HEX triplet: 10, 32 and 6C. RGB value is (16,50,108). Sum of RGB (Red+Green+Blue) = 16+50+108=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #10326C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10326C is #EFCD93. Grayscale: #2E2E2E. Windows color (decimal): -15715732 or 7090704. OLE color: 7090704.

HSL color Cylindrical-coordinate representation of color #10326C: hue angle of 217.83º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10326C is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1650108-
CMYK0.850.5400.58
HSL217.83º74.19%24.31%-
HSV(B)217.83º85.19%42.35%-
XYZ4.063.4714.64-
YUV46.45162.74106.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 108 (42.58% from 255) = 62.07%
R=9.20%
G=28.74%
B=62.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16501080.850.5400.58217.8374.1924.31
Hex10326C553603Ada4a18
Octal20621541256607233211230
Binary1000011001011011001010101110110011101011011010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10326C; }

 p { color: rgb(16,50,108); }

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

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

 a { background-color: rgb(16,50,108); }

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

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

 span { border-color: rgb(16,50,108); }

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