#102563

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

Shades of Sapphire #102563

Tints of Sapphire #102563

Color information

#102563 (or 0x102563) is unknown color: approx Sapphire. HEX triplet: 10, 25 and 63. RGB value is (16,37,99). Sum of RGB (Red+Green+Blue) = 16+37+99=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #102563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102563 is #EFDA9C. Grayscale: #252525. Windows color (decimal): -15719069 or 6497552. OLE color: 6497552.

HSL color Cylindrical-coordinate representation of color #102563: hue angle of 224.82º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102563 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB163799-
CMYK0.840.6300.61
HSL224.82º72.17%22.55%-
HSV(B)224.82º83.84%38.82%-
XYZ3.132.3312.09-
YUV37.79162.54112.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.53%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 99 (39.06% from 255) = 65.13%
R=10.53%
G=24.34%
B=65.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1637990.840.6300.61224.8272.1722.55
Hex102563543F03De14817
Octal20451431247707534111027
Binary1000010010111000111010100111111011110111100001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102563; }

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

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

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

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

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

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

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

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