#103066

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

Shades of Sapphire #103066

Tints of Sapphire #103066

Color information

#103066 (or 0x103066) is unknown color: approx Sapphire. HEX triplet: 10, 30 and 66. RGB value is (16,48,102). Sum of RGB (Red+Green+Blue) = 16+48+102=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #103066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103066 is #EFCF99. Grayscale: #2C2C2C. Windows color (decimal): -15716250 or 6696976. OLE color: 6696976.

HSL color Cylindrical-coordinate representation of color #103066: hue angle of 217.67º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103066 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1648102-
CMYK0.840.5300.6
HSL217.67º72.88%23.14%-
HSV(B)217.67º84.31%40%-
XYZ3.673.1812.99-
YUV44.59160.4107.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 102 (40.23% from 255) = 61.45%
R=9.64%
G=28.92%
B=61.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16481020.840.5300.6217.6772.8823.14
Hex103066543503Cda4917
Octal20601461246507433211127
Binary1000011000011001101010100110101011110011011010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103066; }

 p { color: rgb(16,48,102); }

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

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

 a { background-color: rgb(16,48,102); }

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

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

 span { border-color: rgb(16,48,102); }

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