#10226B

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

Shades of Sapphire #10226B

Tints of Sapphire #10226B

Color information

#10226B (or 0x10226B) is unknown color: approx Sapphire. HEX triplet: 10, 22 and 6B. RGB value is (16,34,107). Sum of RGB (Red+Green+Blue) = 16+34+107=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #10226B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10226B is #EFDD94. Grayscale: #242424. Windows color (decimal): -15719829 or 7021072. OLE color: 7021072.

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

Color convert

RGB1634107-
CMYK0.850.6800.58
HSL228.13º73.98%24.12%-
HSV(B)228.13º85.05%41.96%-
XYZ3.442.3214.18-
YUV36.94167.54113.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.19%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 107 (42.19% from 255) = 68.15%
R=10.19%
G=21.66%
B=68.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16341070.850.6800.58228.1373.9824.12
Hex10226B554403Ae44a18
Octal204215312510407234411230
Binary10000100010110101110101011000100011101011100100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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