#102666

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

Shades of Sapphire #102666

Tints of Sapphire #102666

Color information

#102666 (or 0x102666) is unknown color: approx Sapphire. HEX triplet: 10, 26 and 66. RGB value is (16,38,102). Sum of RGB (Red+Green+Blue) = 16+38+102=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #102666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102666 is #EFD999. Grayscale: #262626. Windows color (decimal): -15718810 or 6694416. OLE color: 6694416.

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

Color convert

RGB1638102-
CMYK0.840.6300.6
HSL224.65º72.88%23.14%-
HSV(B)224.65º84.31%40%-
XYZ3.312.4612.87-
YUV38.72163.71111.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.26%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 102 (40.23% from 255) = 65.38%
R=10.26%
G=24.36%
B=65.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16381020.840.6300.6224.6572.8823.14
Hex102666543F03Ce14917
Octal20461461247707434111127
Binary1000010011011001101010100111111011110011100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102666; }

 p { color: rgb(16,38,102); }

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

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

 a { background-color: rgb(16,38,102); }

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

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

 span { border-color: rgb(16,38,102); }

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