#102971

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

Shades of Sapphire #102971

Tints of Sapphire #102971

Color information

#102971 (or 0x102971) is unknown color: approx Sapphire. HEX triplet: 10, 29 and 71. RGB value is (16,41,113). Sum of RGB (Red+Green+Blue) = 16+41+113=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #102971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102971 is #EFD68E. Grayscale: #292929. Windows color (decimal): -15718031 or 7416080. OLE color: 7416080.

HSL color Cylindrical-coordinate representation of color #102971: hue angle of 224.54º 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 #102971 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1641113-
CMYK0.860.6400.56
HSL224.54º75.19%25.29%-
HSV(B)224.54º85.84%44.31%-
XYZ3.992.8915.97-
YUV41.73168.22109.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.41%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 113 (44.53% from 255) = 66.47%
R=9.41%
G=24.12%
B=66.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16411130.860.6400.56224.5475.1925.29
Hex1029715640038e14b19
Octal205116112610007034111331
Binary10000101001111000110101101000000011100011100001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102971; }

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

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

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

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

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

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

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

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