#102651

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

Shades of Sapphire #102651

Tints of Sapphire #102651

Color information

#102651 (or 0x102651) is unknown color: approx Sapphire. HEX triplet: 10, 26 and 51. RGB value is (16,38,81). Sum of RGB (Red+Green+Blue) = 16+38+81=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #102651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102651 is #EFD9AE. Grayscale: #242424. Windows color (decimal): -15718831 or 5318160. OLE color: 5318160.

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

Color convert

RGB163881-
CMYK0.800.5300.68
HSL219.69º67.01%19.02%-
HSV(B)219.69º80.25%31.76%-
XYZ2.392.098.06-
YUV36.32153.21113.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 81 (32.03% from 255) = 60%
R=11.85%
G=28.15%
B=60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1638810.800.5300.68219.6967.0119.02
Hex1026515035044dc4313
Octal204612112065010433410323
Binary10000100110101000110100001101010100010011011100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102651; }

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

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

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

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

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

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

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

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