#102556

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

Shades of Sapphire #102556

Tints of Sapphire #102556

Color information

#102556 (or 0x102556) is unknown color: approx Sapphire. HEX triplet: 10, 25 and 56. RGB value is (16,37,86). Sum of RGB (Red+Green+Blue) = 16+37+86=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #102556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102556 is #EFDAA9. Grayscale: #242424. Windows color (decimal): -15719082 or 5645584. OLE color: 5645584.

HSL color Cylindrical-coordinate representation of color #102556: hue angle of 222º 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 #102556 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB163786-
CMYK0.810.5700.66
HSL222º68.63%20%-
HSV(B)222º81.4%33.73%-
XYZ2.552.119.08-
YUV36.31156.04113.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 86 (33.98% from 255) = 61.87%
R=11.51%
G=26.62%
B=61.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1637860.810.5700.6622268.6320
Hex1025565139042de4514
Octal204512612171010233610524
Binary10000100101101011010100011110010100001011011110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102556; }

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

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

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

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

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

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

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

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