#103279

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

Shades of Sapphire #103279

Tints of Sapphire #103279

Color information

#103279 (or 0x103279) is unknown color: approx Sapphire. HEX triplet: 10, 32 and 79. RGB value is (16,50,121). Sum of RGB (Red+Green+Blue) = 16+50+121=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #103279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103279 is #EFCD86. Grayscale: #2F2F2F. Windows color (decimal): -15715719 or 7942672. OLE color: 7942672.

HSL color Cylindrical-coordinate representation of color #103279: hue angle of 220.57º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103279 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1650121-
CMYK0.870.5900.53
HSL220.57º76.64%26.86%-
HSV(B)220.57º86.78%47.45%-
XYZ4.813.7718.56-
YUV47.93169.24105.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 121 (47.66% from 255) = 64.71%
R=8.56%
G=26.74%
B=64.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16501210.870.5900.53220.5776.6426.86
Hex103279573B035dd4d1b
Octal20621711277306533511533
Binary1000011001011110011010111111011011010111011101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103279; }

 p { color: rgb(16,50,121); }

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

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

 a { background-color: rgb(16,50,121); }

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

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

 span { border-color: rgb(16,50,121); }

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