#102650

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

Shades of Sapphire #102650

Tints of Sapphire #102650

Color information

#102650 (or 0x102650) is unknown color: approx Sapphire. HEX triplet: 10, 26 and 50. RGB value is (16,38,80). Sum of RGB (Red+Green+Blue) = 16+38+80=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #102650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102650 is #EFD9AF. Grayscale: #242424. Windows color (decimal): -15718832 or 5252624. OLE color: 5252624.

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

Color convert

RGB163880-
CMYK0.800.5200.69
HSL219.38º66.67%18.82%-
HSV(B)219.38º80%31.37%-
XYZ2.352.087.87-
YUV36.21152.71113.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 38 (15.23% from 255) = 28.36%
BLUE value IS 80 (31.64% from 255) = 59.70%
R=11.94%
G=28.36%
B=59.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1638800.800.5200.69219.3866.6718.82
Hex1026505034045db4313
Octal204612012064010533310323
Binary10000100110101000010100001101000100010111011011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102650; }

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

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

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

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

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

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

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

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