#102276

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

Shades of Sapphire #102276

Tints of Sapphire #102276

Color information

#102276 (or 0x102276) is unknown color: approx Sapphire. HEX triplet: 10, 22 and 76. RGB value is (16,34,118). Sum of RGB (Red+Green+Blue) = 16+34+118=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #102276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102276 is #EFDD89. Grayscale: #252525. Windows color (decimal): -15719818 or 7741968. OLE color: 7741968.

HSL color Cylindrical-coordinate representation of color #102276: hue angle of 229.41º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102276 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1634118-
CMYK0.860.7100.54
HSL229.41º76.12%26.27%-
HSV(B)229.41º86.44%46.27%-
XYZ4.062.5617.42-
YUV38.19173.04112.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.52%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 118 (46.48% from 255) = 70.24%
R=9.52%
G=20.24%
B=70.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16341180.860.7100.54229.4176.1226.27
Hex1022765647036e54c1a
Octal204216612610706634511432
Binary10000100010111011010101101000111011011011100101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102276; }

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

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

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

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

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

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

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

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