#101951

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

Shades of Sapphire #101951

Tints of Sapphire #101951

Color information

#101951 (or 0x101951) is unknown color: approx Sapphire. HEX triplet: 10, 19 and 51. RGB value is (16,25,81). Sum of RGB (Red+Green+Blue) = 16+25+81=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #101951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101951 is #EFE6AE. Grayscale: #1C1C1C. Windows color (decimal): -15722159 or 5314832. OLE color: 5314832.

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

Color convert

RGB162581-
CMYK0.800.6900.68
HSL231.69º67.01%19.02%-
HSV(B)231.69º80.25%31.76%-
XYZ2.051.47.95-
YUV28.69157.52118.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.11%
GREEN value IS 25 (10.16% from 255) = 20.49%
BLUE value IS 81 (32.03% from 255) = 66.39%
R=13.11%
G=20.49%
B=66.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1625810.800.6900.68231.6967.0119.02
Hex1019515045044e84313
Octal2031121120105010435010323
Binary10000110011010001101000010001010100010011101000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101951; }

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

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

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

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

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

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

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

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