#102E6F

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

Shades of Sapphire #102E6F

Tints of Sapphire #102E6F

Color information

#102E6F (or 0x102E6F) is unknown color: approx Sapphire. HEX triplet: 10, 2E and 6F. RGB value is (16,46,111). Sum of RGB (Red+Green+Blue) = 16+46+111=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #102E6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E6F is #EFD190. Grayscale: #2C2C2C. Windows color (decimal): -15716753 or 7286288. OLE color: 7286288.

HSL color Cylindrical-coordinate representation of color #102E6F: hue angle of 221.05º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102E6F is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1646111-
CMYK0.860.5900.56
HSL221.05º74.8%24.9%-
HSV(B)221.05º85.59%43.53%-
XYZ4.063.2115.44-
YUV44.44165.56107.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.25%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 111 (43.75% from 255) = 64.16%
R=9.25%
G=26.59%
B=64.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16461110.860.5900.56221.0574.824.9
Hex102E6F563B038dd4b19
Octal20561571267307033511331
Binary1000010111011011111010110111011011100011011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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