#10216B

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

Shades of Sapphire #10216B

Tints of Sapphire #10216B

Color information

#10216B (or 0x10216B) is unknown color: approx Sapphire. HEX triplet: 10, 21 and 6B. RGB value is (16,33,107). Sum of RGB (Red+Green+Blue) = 16+33+107=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #10216B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10216B is #EFDE94. Grayscale: #242424. Windows color (decimal): -15720085 or 7020816. OLE color: 7020816.

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

Color convert

RGB1633107-
CMYK0.850.6900.58
HSL228.79º73.98%24.12%-
HSV(B)228.79º85.05%41.96%-
XYZ3.412.2614.17-
YUV36.35167.87113.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.26%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 107 (42.19% from 255) = 68.59%
R=10.26%
G=21.15%
B=68.59%

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
Decimal16331070.850.6900.58228.7973.9824.12
Hex10216B554503Ae54a18
Octal204115312510507234511230
Binary10000100001110101110101011000101011101011100101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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