#102f6f

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

Shades of Sapphire #102F6F

Tints of Sapphire #102F6F

Color information

#102F6F (or 0x102F6F) is unknown color: approx Sapphire. HEX triplet: 10, 2F and 6F. RGB value is (16,47,111). Sum of RGB (Red+Green+Blue) = 16+47+111=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #102F6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F6F is #EFD090. Grayscale: #2C2C2C. Windows color (decimal): -15716497 or 7286544. OLE color: 7286544.

HSL color Cylindrical-coordinate representation of color #102F6F: hue angle of 220.42º 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 #102F6F is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1647111-
CMYK0.860.5800.56
HSL220.42º74.8%24.9%-
HSV(B)220.42º85.59%43.53%-
XYZ4.13.2915.46-
YUV45.03165.23107.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 47 (18.75% from 255) = 27.01%
BLUE value IS 111 (43.75% from 255) = 63.79%
R=9.20%
G=27.01%
B=63.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16471110.860.5800.56220.4274.824.9
Hex102F6F563A038dc4b19
Octal20571571267207033411331
Binary1000010111111011111010110111010011100011011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102f6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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