#101D65

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

Shades of Sapphire #101D65

Tints of Sapphire #101D65

Color information

#101D65 (or 0x101D65) is unknown color: approx Sapphire. HEX triplet: 10, 1D and 65. RGB value is (16,29,101). Sum of RGB (Red+Green+Blue) = 16+29+101=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #101D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101D65 is #EFE29A. Grayscale: #212121. Windows color (decimal): -15721115 or 6626576. OLE color: 6626576.

HSL color Cylindrical-coordinate representation of color #101D65: hue angle of 230.82º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101D65 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1629101-
CMYK0.840.7100.60
HSL230.82º72.65%22.94%-
HSV(B)230.82º84.16%39.61%-
XYZ31.9312.53-
YUV33.32166.19115.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 101 (39.84% from 255) = 69.18%
R=10.96%
G=19.86%
B=69.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16291010.840.7100.60230.8272.6522.94
Hex101D65544703Ce74917
Octal203514512410707434711127
Binary1000011101110010110101001000111011110011100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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