#101855

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

Shades of Sapphire #101855

Tints of Sapphire #101855

Color information

#101855 (or 0x101855) is unknown color: approx Sapphire. HEX triplet: 10, 18 and 55. RGB value is (16,24,85). Sum of RGB (Red+Green+Blue) = 16+24+85=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #101855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101855 is #EFE7AA. Grayscale: #1C1C1C. Windows color (decimal): -15722411 or 5576720. OLE color: 5576720.

HSL color Cylindrical-coordinate representation of color #101855: hue angle of 233.04º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #101855 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB162485-
CMYK0.810.7200.67
HSL233.04º68.32%19.8%-
HSV(B)233.04º81.18%33.33%-
XYZ2.181.428.75-
YUV28.56159.85119.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.8%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 85 (33.59% from 255) = 68%
R=12.8%
G=19.2%
B=68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1624850.810.7200.67233.0468.3219.8
Hex1018555148043e94414
Octal2030125121110010335110424
Binary10000110001010101101000110010000100001111101001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101855; }

 p { color: rgb(16,24,85); }

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

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

 a { background-color: rgb(16,24,85); }

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

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

 span { border-color: rgb(16,24,85); }

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