#10216C

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

Shades of Sapphire #10216C

Tints of Sapphire #10216C

Color information

#10216C (or 0x10216C) is unknown color: approx Sapphire. HEX triplet: 10, 21 and 6C. RGB value is (16,33,108). Sum of RGB (Red+Green+Blue) = 16+33+108=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #10216C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10216C is #EFDE93. Grayscale: #242424. Windows color (decimal): -15720084 or 7086352. OLE color: 7086352.

HSL color Cylindrical-coordinate representation of color #10216C: hue angle of 228.91º 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 #10216C is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1633108-
CMYK0.850.6900.58
HSL228.91º74.19%24.31%-
HSV(B)228.91º85.19%42.35%-
XYZ3.462.2814.44-
YUV36.47168.37113.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.19%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 108 (42.58% from 255) = 68.79%
R=10.19%
G=21.02%
B=68.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16331080.850.6900.58228.9174.1924.31
Hex10216C554503Ae54a18
Octal204115412510507234511230
Binary10000100001110110010101011000101011101011100101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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