#102C66

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

Shades of Sapphire #102C66

Tints of Sapphire #102C66

Color information

#102C66 (or 0x102C66) is unknown color: approx Sapphire. HEX triplet: 10, 2C and 66. RGB value is (16,44,102). Sum of RGB (Red+Green+Blue) = 16+44+102=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #102C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102C66 is #EFD399. Grayscale: #292929. Windows color (decimal): -15717274 or 6695952. OLE color: 6695952.

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

Color convert

RGB1644102-
CMYK0.840.5700.6
HSL220.47º72.88%23.14%-
HSV(B)220.47º84.31%40%-
XYZ3.512.8712.94-
YUV42.24161.72109.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 44 (17.58% from 255) = 27.16%
BLUE value IS 102 (40.23% from 255) = 62.96%
R=9.88%
G=27.16%
B=62.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16441020.840.5700.6220.4772.8823.14
Hex102C66543903Cdc4917
Octal20541461247107433411127
Binary1000010110011001101010100111001011110011011100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102C66; }

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

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

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

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

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

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

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

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