#102878

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

Shades of Sapphire #102878

Tints of Sapphire #102878

Color information

#102878 (or 0x102878) is unknown color: approx Sapphire. HEX triplet: 10, 28 and 78. RGB value is (16,40,120). Sum of RGB (Red+Green+Blue) = 16+40+120=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 120 (47.27% from 255 or 68.18% from 176); Max value from RGB is 120 - color contains mainly: blue. Hex color #102878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102878 is #EFD787. Grayscale: #292929. Windows color (decimal): -15718280 or 7874576. OLE color: 7874576.

HSL color Cylindrical-coordinate representation of color #102878: hue angle of 226.15º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #102878 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1640120-
CMYK0.870.6700.53
HSL226.15º76.47%26.67%-
HSV(B)226.15º86.67%47.06%-
XYZ4.362.9818.12-
YUV41.94172.05109.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.09%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 120 (47.27% from 255) = 68.18%
R=9.09%
G=22.73%
B=68.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16401200.870.6700.53226.1576.4726.67
Hex1028785743035e24c1b
Octal205017012710306534211433
Binary10000101000111100010101111000011011010111100010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102878; }

 p { color: rgb(16,40,120); }

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

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

 a { background-color: rgb(16,40,120); }

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

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

 span { border-color: rgb(16,40,120); }

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