#102271

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

Shades of Sapphire #102271

Tints of Sapphire #102271

Color information

#102271 (or 0x102271) is unknown color: approx Sapphire. HEX triplet: 10, 22 and 71. RGB value is (16,34,113). Sum of RGB (Red+Green+Blue) = 16+34+113=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #102271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102271 is #EFDD8E. Grayscale: #252525. Windows color (decimal): -15719823 or 7414288. OLE color: 7414288.

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

Color convert

RGB1634113-
CMYK0.860.7000.56
HSL228.87º75.19%25.29%-
HSV(B)228.87º85.84%44.31%-
XYZ3.772.4515.9-
YUV37.62170.54112.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 113 (44.53% from 255) = 69.33%
R=9.82%
G=20.86%
B=69.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16341130.860.7000.56228.8775.1925.29
Hex1022715646038e54b19
Octal204216112610607034511331
Binary10000100010111000110101101000110011100011100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102271; }

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

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

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

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

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

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

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

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