#102356

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

Shades of Sapphire #102356

Tints of Sapphire #102356

Color information

#102356 (or 0x102356) is unknown color: approx Sapphire. HEX triplet: 10, 23 and 56. RGB value is (16,35,86). Sum of RGB (Red+Green+Blue) = 16+35+86=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #102356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102356 is #EFDCA9. Grayscale: #222222. Windows color (decimal): -15719594 or 5645072. OLE color: 5645072.

HSL color Cylindrical-coordinate representation of color #102356: hue angle of 223.71º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #102356 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB163586-
CMYK0.810.5900.66
HSL223.71º68.63%20%-
HSV(B)223.71º81.4%33.73%-
XYZ2.491.989.06-
YUV35.13156.71114.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.68%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 86 (33.98% from 255) = 62.77%
R=11.68%
G=25.55%
B=62.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1635860.810.5900.66223.7168.6320
Hex102356513B042e04514
Octal204312612173010234010524
Binary10000100011101011010100011110110100001011100000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102356; }

 p { color: rgb(16,35,86); }

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

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

 a { background-color: rgb(16,35,86); }

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

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

 span { border-color: rgb(16,35,86); }

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