#101A59

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

Shades of Sapphire #101A59

Tints of Sapphire #101A59

Color information

#101A59 (or 0x101A59) is unknown color: approx Sapphire. HEX triplet: 10, 1A and 59. RGB value is (16,26,89). Sum of RGB (Red+Green+Blue) = 16+26+89=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #101A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101A59 is #EFE5A6. Grayscale: #1D1D1D. Windows color (decimal): -15721895 or 5839376. OLE color: 5839376.

HSL color Cylindrical-coordinate representation of color #101A59: hue angle of 231.78º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #101A59 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB162689-
CMYK0.820.7100.65
HSL231.78º69.52%20.59%-
HSV(B)231.78º82.02%34.9%-
XYZ2.391.579.63-
YUV30.19161.19117.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 26 (10.55% from 255) = 19.85%
BLUE value IS 89 (35.16% from 255) = 67.94%
R=12.21%
G=19.85%
B=67.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1626890.820.7100.65231.7869.5220.59
Hex101A595247041e84615
Octal2032131122107010135010625
Binary10000110101011001101001010001110100000111101000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101A59; }

 p { color: rgb(16,26,89); }

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

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

 a { background-color: rgb(16,26,89); }

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

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

 span { border-color: rgb(16,26,89); }

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