#102171

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

Shades of Sapphire #102171

Tints of Sapphire #102171

Color information

#102171 (or 0x102171) is unknown color: approx Sapphire. HEX triplet: 10, 21 and 71. RGB value is (16,33,113). Sum of RGB (Red+Green+Blue) = 16+33+113=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #102171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102171 is #EFDE8E. Grayscale: #242424. Windows color (decimal): -15720079 or 7414032. OLE color: 7414032.

HSL color Cylindrical-coordinate representation of color #102171: hue angle of 229.48º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102171 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1633113-
CMYK0.860.7100.56
HSL229.48º75.19%25.29%-
HSV(B)229.48º85.84%44.31%-
XYZ3.742.3915.89-
YUV37.04170.87113-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 113 (44.53% from 255) = 69.75%
R=9.88%
G=20.37%
B=69.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16331130.860.7100.56229.4875.1925.29
Hex1021715647038e54b19
Octal204116112610707034511331
Binary10000100001111000110101101000111011100011100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102171; }

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

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

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

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

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

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

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

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