#102E66

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

Shades of Sapphire #102E66

Tints of Sapphire #102E66

Color information

#102E66 (or 0x102E66) is unknown color: approx Sapphire. HEX triplet: 10, 2E and 66. RGB value is (16,46,102). Sum of RGB (Red+Green+Blue) = 16+46+102=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #102E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E66 is #EFD199. Grayscale: #2B2B2B. Windows color (decimal): -15716762 or 6696464. OLE color: 6696464.

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

Color convert

RGB1646102-
CMYK0.840.5500.6
HSL219.07º72.88%23.14%-
HSV(B)219.07º84.31%40%-
XYZ3.593.0212.96-
YUV43.41161.06108.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 46 (18.36% from 255) = 28.05%
BLUE value IS 102 (40.23% from 255) = 62.20%
R=9.76%
G=28.05%
B=62.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16461020.840.5500.6219.0772.8823.14
Hex102E66543703Cdb4917
Octal20561461246707433311127
Binary1000010111011001101010100110111011110011011011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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