#102868

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

Shades of Sapphire #102868

Tints of Sapphire #102868

Color information

#102868 (or 0x102868) is unknown color: approx Sapphire. HEX triplet: 10, 28 and 68. RGB value is (16,40,104). Sum of RGB (Red+Green+Blue) = 16+40+104=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #102868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102868 is #EFD797. Grayscale: #272727. Windows color (decimal): -15718296 or 6826000. OLE color: 6826000.

HSL color Cylindrical-coordinate representation of color #102868: hue angle of 223.64º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #102868 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1640104-
CMYK0.850.6200.59
HSL223.64º73.33%23.53%-
HSV(B)223.64º84.62%40.78%-
XYZ3.472.6313.42-
YUV40.12164.05110.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 65%
R=10%
G=25%
B=65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16401040.850.6200.59223.6473.3323.53
Hex102868553E03Be04918
Octal20501501257607334011130
Binary1000010100011010001010101111110011101111100000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102868; }

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

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

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

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

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

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

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

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