#103168

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

Shades of Sapphire #103168

Tints of Sapphire #103168

Color information

#103168 (or 0x103168) is unknown color: approx Sapphire. HEX triplet: 10, 31 and 68. RGB value is (16,49,104). Sum of RGB (Red+Green+Blue) = 16+49+104=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #103168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103168 is #EFCE97. Grayscale: #2D2D2D. Windows color (decimal): -15715992 or 6828304. OLE color: 6828304.

HSL color Cylindrical-coordinate representation of color #103168: hue angle of 217.5º 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 #103168 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1649104-
CMYK0.850.5300.59
HSL217.5º73.33%23.53%-
HSV(B)217.5º84.62%40.78%-
XYZ3.813.3113.53-
YUV45.4161.07107.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.47%
GREEN value IS 49 (19.53% from 255) = 28.99%
BLUE value IS 104 (41.02% from 255) = 61.54%
R=9.47%
G=28.99%
B=61.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16491040.850.5300.59217.573.3323.53
Hex103168553503Bda4918
Octal20611501256507333211130
Binary1000011000111010001010101110101011101111011010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103168; }

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

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

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

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

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

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

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

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