#102D55

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

Shades of Sapphire #102D55

Tints of Sapphire #102D55

Color information

#102D55 (or 0x102D55) is unknown color: approx Sapphire. HEX triplet: 10, 2D and 55. RGB value is (16,45,85). Sum of RGB (Red+Green+Blue) = 16+45+85=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #102D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D55 is #EFD2AA. Grayscale: #282828. Windows color (decimal): -15717035 or 5582096. OLE color: 5582096.

HSL color Cylindrical-coordinate representation of color #102D55: hue angle of 214.78º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #102D55 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB164585-
CMYK0.810.4700.67
HSL214.78º68.32%19.8%-
HSV(B)214.78º81.18%33.33%-
XYZ2.792.648.96-
YUV40.89152.89110.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 45 (17.97% from 255) = 30.82%
BLUE value IS 85 (33.59% from 255) = 58.22%
R=10.96%
G=30.82%
B=58.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1645850.810.4700.67214.7868.3219.8
Hex102D55512F043d74414
Octal205512512157010332710424
Binary10000101101101010110100011011110100001111010111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,45,85); }

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

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

 a { background-color: rgb(16,45,85); }

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

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

 span { border-color: rgb(16,45,85); }

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