#102963

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

Shades of Sapphire #102963

Tints of Sapphire #102963

Color information

#102963 (or 0x102963) is unknown color: approx Sapphire. HEX triplet: 10, 29 and 63. RGB value is (16,41,99). Sum of RGB (Red+Green+Blue) = 16+41+99=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #102963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102963 is #EFD69C. Grayscale: #272727. Windows color (decimal): -15718045 or 6498576. OLE color: 6498576.

HSL color Cylindrical-coordinate representation of color #102963: hue angle of 221.93º 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 #102963 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB164199-
CMYK0.840.5900.61
HSL221.93º72.17%22.55%-
HSV(B)221.93º83.84%38.82%-
XYZ3.262.612.13-
YUV40.14161.22110.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.26%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 99 (39.06% from 255) = 63.46%
R=10.26%
G=26.28%
B=63.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1641990.840.5900.61221.9372.1722.55
Hex102963543B03Dde4817
Octal20511431247307533611027
Binary1000010100111000111010100111011011110111011110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102963; }

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

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

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

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

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

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

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

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