#102E6B

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

Shades of Sapphire #102E6B

Tints of Sapphire #102E6B

Color information

#102E6B (or 0x102E6B) is unknown color: approx Sapphire. HEX triplet: 10, 2E and 6B. RGB value is (16,46,107). Sum of RGB (Red+Green+Blue) = 16+46+107=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 107 (42.19% from 255 or 63.31% from 169); Max value from RGB is 107 - color contains mainly: blue. Hex color #102E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E6B is #EFD194. Grayscale: #2B2B2B. Windows color (decimal): -15716757 or 7024144. OLE color: 7024144.

HSL color Cylindrical-coordinate representation of color #102E6B: hue angle of 220.22º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #102E6B is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1646107-
CMYK0.850.5700.58
HSL220.22º73.98%24.12%-
HSV(B)220.22º85.05%41.96%-
XYZ3.843.1314.31-
YUV43.98163.56108.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.47%
GREEN value IS 46 (18.36% from 255) = 27.22%
BLUE value IS 107 (42.19% from 255) = 63.31%
R=9.47%
G=27.22%
B=63.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16461070.850.5700.58220.2273.9824.12
Hex102E6B553903Adc4a18
Octal20561531257107233411230
Binary1000010111011010111010101111001011101011011100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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