#102951

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

Shades of Sapphire #102951

Tints of Sapphire #102951

Color information

#102951 (or 0x102951) is unknown color: approx Sapphire. HEX triplet: 10, 29 and 51. RGB value is (16,41,81). Sum of RGB (Red+Green+Blue) = 16+41+81=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #102951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102951 is #EFD6AE. Grayscale: #252525. Windows color (decimal): -15718063 or 5318928. OLE color: 5318928.

HSL color Cylindrical-coordinate representation of color #102951: hue angle of 216.92º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #102951 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB164181-
CMYK0.800.4900.68
HSL216.92º67.01%19.02%-
HSV(B)216.92º80.25%31.76%-
XYZ2.492.298.1-
YUV38.08152.22112.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 41 (16.41% from 255) = 29.71%
BLUE value IS 81 (32.03% from 255) = 58.70%
R=11.59%
G=29.71%
B=58.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1641810.800.4900.68216.9267.0119.02
Hex1029515031044d94313
Octal205112112061010433110323
Binary10000101001101000110100001100010100010011011001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102951; }

 p { color: rgb(16,41,81); }

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

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

 a { background-color: rgb(16,41,81); }

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

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

 span { border-color: rgb(16,41,81); }

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