#102261

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

Shades of Sapphire #102261

Tints of Sapphire #102261

Color information

#102261 (or 0x102261) is unknown color: approx Sapphire. HEX triplet: 10, 22 and 61. RGB value is (16,34,97). Sum of RGB (Red+Green+Blue) = 16+34+97=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #102261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102261 is #EFDD9E. Grayscale: #232323. Windows color (decimal): -15719839 or 6365712. OLE color: 6365712.

HSL color Cylindrical-coordinate representation of color #102261: hue angle of 226.67º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102261 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB163497-
CMYK0.840.6500.62
HSL226.67º71.68%22.16%-
HSV(B)226.67º83.51%38.04%-
XYZ2.942.1211.56-
YUV35.8162.54113.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 97 (38.28% from 255) = 65.99%
R=10.88%
G=23.13%
B=65.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1634970.840.6500.62226.6771.6822.16
Hex102261544103Ee34816
Octal204214112410107634311026
Binary10000100010110000110101001000001011111011100011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102261; }

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

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

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

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

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

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

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

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