#102950

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

Shades of Sapphire #102950

Tints of Sapphire #102950

Color information

#102950 (or 0x102950) is unknown color: approx Sapphire. HEX triplet: 10, 29 and 50. RGB value is (16,41,80). Sum of RGB (Red+Green+Blue) = 16+41+80=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #102950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102950 is #EFD6AF. Grayscale: #252525. Windows color (decimal): -15718064 or 5253392. OLE color: 5253392.

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

Color convert

RGB164180-
CMYK0.800.4900.69
HSL216.56º66.67%18.82%-
HSV(B)216.56º80%31.37%-
XYZ2.452.287.9-
YUV37.97151.72112.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.68%
GREEN value IS 41 (16.41% from 255) = 29.93%
BLUE value IS 80 (31.64% from 255) = 58.39%
R=11.68%
G=29.93%
B=58.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1641800.800.4900.69216.5666.6718.82
Hex1029505031045d94313
Octal205112012061010533110323
Binary10000101001101000010100001100010100010111011001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102950; }

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

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

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

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

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

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

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

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