#102066

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

Shades of Sapphire #102066

Tints of Sapphire #102066

Color information

#102066 (or 0x102066) is unknown color: approx Sapphire. HEX triplet: 10, 20 and 66. RGB value is (16,32,102). Sum of RGB (Red+Green+Blue) = 16+32+102=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #102066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102066 is #EFDF99. Grayscale: #222222. Windows color (decimal): -15720346 or 6692880. OLE color: 6692880.

HSL color Cylindrical-coordinate representation of color #102066: hue angle of 228.84º 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 #102066 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1632102-
CMYK0.840.6900.6
HSL228.84º72.88%23.14%-
HSV(B)228.84º84.31%40%-
XYZ3.132.112.81-
YUV35.2165.7114.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.67%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 102 (40.23% from 255) = 68%
R=10.67%
G=21.33%
B=68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16321020.840.6900.6228.8472.8823.14
Hex102066544503Ce54917
Octal204014612410507434511127
Binary10000100000110011010101001000101011110011100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102066; }

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

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

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

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

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

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

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

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