#102255

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

Shades of Sapphire #102255

Tints of Sapphire #102255

Color information

#102255 (or 0x102255) is unknown color: approx Sapphire. HEX triplet: 10, 22 and 55. RGB value is (16,34,85). Sum of RGB (Red+Green+Blue) = 16+34+85=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #102255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102255 is #EFDDAA. Grayscale: #222222. Windows color (decimal): -15719851 or 5579280. OLE color: 5579280.

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

Color convert

RGB163485-
CMYK0.810.6000.67
HSL224.35º68.32%19.8%-
HSV(B)224.35º81.18%33.33%-
XYZ2.431.918.84-
YUV34.43156.54114.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 85 (33.59% from 255) = 62.96%
R=11.85%
G=25.19%
B=62.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1634850.810.6000.67224.3568.3219.8
Hex102255513C043e04414
Octal204212512174010334010424
Binary10000100010101010110100011111000100001111100000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102255; }

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

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

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

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

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

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

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

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