#102166

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

Shades of Sapphire #102166

Tints of Sapphire #102166

Color information

#102166 (or 0x102166) is unknown color: approx Sapphire. HEX triplet: 10, 21 and 66. RGB value is (16,33,102). Sum of RGB (Red+Green+Blue) = 16+33+102=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #102166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102166 is #EFDE99. Grayscale: #232323. Windows color (decimal): -15720090 or 6693136. OLE color: 6693136.

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

Color convert

RGB1633102-
CMYK0.840.6800.6
HSL228.14º72.88%23.14%-
HSV(B)228.14º84.31%40%-
XYZ3.162.1612.82-
YUV35.78165.37113.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 102 (40.23% from 255) = 67.55%
R=10.60%
G=21.85%
B=67.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16331020.840.6800.6228.1472.8823.14
Hex102166544403Ce44917
Octal204114612410407434411127
Binary10000100001110011010101001000100011110011100100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102166; }

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

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

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

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

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

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

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

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