#102655

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

Shades of Sapphire #102655

Tints of Sapphire #102655

Color information

#102655 (or 0x102655) is unknown color: approx Sapphire. HEX triplet: 10, 26 and 55. RGB value is (16,38,85). Sum of RGB (Red+Green+Blue) = 16+38+85=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #102655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102655 is #EFD9AA. Grayscale: #242424. Windows color (decimal): -15718827 or 5580304. OLE color: 5580304.

HSL color Cylindrical-coordinate representation of color #102655: hue angle of 220.87º 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 #102655 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB163885-
CMYK0.810.5500.67
HSL220.87º68.32%19.8%-
HSV(B)220.87º81.18%33.33%-
XYZ2.552.158.88-
YUV36.78155.21113.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 85 (33.59% from 255) = 61.15%
R=11.51%
G=27.34%
B=61.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1638850.810.5500.67220.8768.3219.8
Hex1026555137043dd4414
Octal204612512167010333510424
Binary10000100110101010110100011101110100001111011101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102655; }

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

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

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

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

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

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

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

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