#101D59

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

Shades of Sapphire #101D59

Tints of Sapphire #101D59

Color information

#101D59 (or 0x101D59) is unknown color: approx Sapphire. HEX triplet: 10, 1D and 59. RGB value is (16,29,89). Sum of RGB (Red+Green+Blue) = 16+29+89=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #101D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101D59 is #EFE2A6. Grayscale: #1F1F1F. Windows color (decimal): -15721127 or 5840144. OLE color: 5840144.

HSL color Cylindrical-coordinate representation of color #101D59: hue angle of 229.32º 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 #101D59 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB162989-
CMYK0.820.6700.65
HSL229.32º69.52%20.59%-
HSV(B)229.32º82.02%34.9%-
XYZ2.461.719.65-
YUV31.95160.19116.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 29 (11.72% from 255) = 21.64%
BLUE value IS 89 (35.16% from 255) = 66.42%
R=11.94%
G=21.64%
B=66.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1629890.820.6700.65229.3269.5220.59
Hex101D595243041e54615
Octal2035131122103010134510625
Binary10000111011011001101001010000110100000111100101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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